#CB3428

Color #CB3428 Persian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Red #CB3428

Tints of Persian Red #CB3428

Color information

#CB3428 (or 0xCB3428) is unknown color: approx Persian Red. HEX triplet: CB, 34 and 28. RGB value is (203,52,40). Sum of RGB (Red+Green+Blue) = 203+52+40=295 (39% of max value = 765). Red value is 203 (79.69% from 255 or 68.81% from 295); Green value is 52 (20.70% from 255 or 17.63% from 295); Blue value is 40 (16.02% from 255 or 13.56% from 295); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3428 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3428 is #34CBD7. Grayscale: #5F5F5F. Windows color (decimal): -3460056 or 2634955. OLE color: 2634955.

HSL color Cylindrical-coordinate representation of color #CB3428: hue angle of 4.42º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CB3428 is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.20.

Color convert

RGB2035240-
CMYK00.740.800.20
HSL4.42º67.08%47.65%-
HSV(B)4.42º80.3%79.61%-
XYZ26.2415.313.58-
YUV95.7896.53204.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 68.81%
GREEN value IS 52 (20.70% from 255) = 17.63%
BLUE value IS 40 (16.02% from 255) = 13.56%
R=68.81%
G=17.63%
B=13.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.80
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203524000.740.800.204.4267.0847.65
HexCB342804A501444330
Octal3136450011212024410360
Binary11001011110100101000010010101010000101001001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB3428; }

 p { color: rgb(203,52,40); }

 H1.HeaderClassName
 {
   color: #CB3428;
 }
 .AnyTagClassName
 {
   color: #CB3428;
 }
</style>
background-color css

<style>
 a { background-color: #CB3428; }

 a { background-color: rgb(203,52,40); }

 div.DivClassName
 {
   background-color: #CB3428;
 }
 .BgClassName
 {
   background-color: #CB3428;
 }
</style>
border-color css

<style>
 span { border-color: #CB3428; }

 span { border-color: rgb(203,52,40); }

 td.TdClassName
 {
   border-color: #CB3428;
 }
 .TagClassName
 {
   border-color: #CB3428;
 }
</style>