Html Css Color HEX #CB3E36 Persian Red

📋 copy color: '#CB3E36'

red 203 ◦ green 62 ◦ blue 54

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

Shades of Persian Red #CB3E36

Tints of Persian Red #CB3E36

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.44%

 BLUE value IS 54 (21.48% from 255) = 16.93%

R = 63.64%
G = 19.44%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.20

RGB Variations

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

Color information

#CB3E36 (or 0xCB3E36) is known color: Persian Red. HEX triplet: CB, 3E and 36. RGB value is (203,62,54). Sum of RGB (Red+Green+Blue) = 203+62+54=319 (42% of max value = 765). Red value is 203 (79.69% from 255 or 63.64% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3E36 is #34C1C9. Grayscale: #676767. Windows color (decimal): -3457482 or 3555019. OLE color: 3555019.

HSL color Cylindrical-coordinate representation of color #CB3E36: hue angle of 3.22º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CB3E36 is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 62 54 -
CMYK 0 0.69 0.73 0.20
HSL 3.22º 0.59% 0.5% -
HSV(B) 3.22º 0.73% 0.8% -
XYZ 27.02 16.41 5.23 -
YUV 103.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 203 62 54 0 0.69 0.73 0.20 3.22 0.59 0.5
Hex CB 3E 36 0 45 49 14 3 3B 32
Octal 313 76 66 0 105 111 24 3 73 62
Binary 11001011 111110 110110 0 1000101 1001001 10100 11 111011 110010

Color Harmonies of #CB3E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3E36

Black with #CB3E36

Text Example


Text Example

White with #CB3E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3E36; }

 p { color: rgb(203,62,54); }

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

background-color css

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

 a { background-color: rgb(203,62,54); }

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

border-color css

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

 span { border-color: rgb(203,62,54); }

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