Html Css Color HEX #CB3524 Persian Red

📋 copy color: '#CB3524'

red 203 ◦ green 53 ◦ blue 36

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

Shades of Persian Red #CB3524

Tints of Persian Red #CB3524

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.15%

 BLUE value IS 36 (14.45% from 255) = 12.33%

R = 69.52%
G = 18.15%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB3524 (or 0xCB3524) is known color: Persian Red. HEX triplet: CB, 35 and 24. RGB value is (203,53,36). Sum of RGB (Red+Green+Blue) = 203+53+36=292 (38% of max value = 765). Red value is 203 (79.69% from 255 or 69.52% from 292); Green value is 53 (21.09% from 255 or 18.15% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3524 is #34CADB. Grayscale: #606060. Windows color (decimal): -3459804 or 2373067. OLE color: 2373067.

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

Color convert

RGB 203 53 36 -
CMYK 0 0.74 0.82 0.20
HSL 6.11º 0.7% 0.47% -
HSV(B) 6.11º 0.82% 0.8% -
XYZ 26.22 15.37 3.25 -
YUV 95.91 94.2 204.38 -
System Red Green Blue C M Y K H S L
Decimal 203 53 36 0 0.74 0.82 0.20 6.11 0.7 0.47
Hex CB 35 24 0 4A 52 14 6 46 2F
Octal 313 65 44 0 112 122 24 6 106 57
Binary 11001011 110101 100100 0 1001010 1010010 10100 110 1000110 101111

Color Harmonies of #CB3524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3524

Black with #CB3524

Text Example


Text Example

White with #CB3524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3524; }

 p { color: rgb(203,53,36); }

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

background-color css

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

 a { background-color: rgb(203,53,36); }

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

border-color css

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

 span { border-color: rgb(203,53,36); }

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