Html Css Color HEX #CB4039 Persian Red

📋 copy color: '#CB4039'

red 203 ◦ green 64 ◦ blue 57

#CB4039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Red #CB4039

Tints of Persian Red #CB4039

RGB

 RED value IS 203 (79.69% from 255) = 62.65%

 GREEN value IS 64 (25.39% from 255) = 19.75%

 BLUE value IS 57 (22.66% from 255) = 17.59%

R = 62.65%
G = 19.75%
B = 17.59%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#CB4039 (or 0xCB4039) is known color: Persian Red. HEX triplet: CB, 40 and 39. RGB value is (203,64,57). Sum of RGB (Red+Green+Blue) = 203+64+57=324 (42% of max value = 765). Red value is 203 (79.69% from 255 or 62.65% from 324); Green value is 64 (25.39% from 255 or 19.75% from 324); Blue value is 57 (22.66% from 255 or 17.59% from 324); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4039 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4039 is #34BFC6. Grayscale: #686868. Windows color (decimal): -3456967 or 3752139. OLE color: 3752139.

HSL color Cylindrical-coordinate representation of color #CB4039: hue angle of 2.88º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CB4039 is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 64 57 -
CMYK 0 0.68 0.72 0.20
HSL 2.88º 0.58% 0.51% -
HSV(B) 2.88º 0.72% 0.8% -
XYZ 27.2 16.66 5.65 -
YUV 104.76 101.05 198.07 -
System Red Green Blue C M Y K H S L
Decimal 203 64 57 0 0.68 0.72 0.20 2.88 0.58 0.51
Hex CB 40 39 0 44 48 14 3 3A 33
Octal 313 100 71 0 104 110 24 3 72 63
Binary 11001011 1000000 111001 0 1000100 1001000 10100 11 111010 110011

Color Harmonies of #CB4039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4039

Black with #CB4039

Text Example


Text Example

White with #CB4039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4039; }

 p { color: rgb(203,64,57); }

 H1.HeaderClassName
 {
   color: #CB4039;
 }
 .AnyTagClassName
 {
   color: #CB4039;
 }
</style>

background-color css

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

 a { background-color: rgb(203,64,57); }

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

border-color css

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

 span { border-color: rgb(203,64,57); }

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