Html Css Color HEX #CB2524 Persian Red

📋 copy color: '#CB2524'

red 203 ◦ green 37 ◦ blue 36

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

Shades of Persian Red #CB2524

Tints of Persian Red #CB2524

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.41%

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

R = 73.55%
G = 13.41%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB2524 (or 0xCB2524) is known color: Persian Red. HEX triplet: CB, 25 and 24. RGB value is (203,37,36). Sum of RGB (Red+Green+Blue) = 203+37+36=276 (36% of max value = 765). Red value is 203 (79.69% from 255 or 73.55% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 36 (14.45% from 255 or 13.04% from 276); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2524 is #34DADB. Grayscale: #565656. Windows color (decimal): -3463900 or 2368971. OLE color: 2368971.

HSL color Cylindrical-coordinate representation of color #CB2524: hue angle of 0.36º 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 #CB2524 is Cyan = 0, Magento = 0.82, Yellow = 0.82 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 37 36 -
CMYK 0 0.82 0.82 0.20
HSL 0.36º 0.7% 0.47% -
HSV(B) 0.36º 0.82% 0.8% -
XYZ 25.61 14.15 3.05 -
YUV 86.52 99.5 211.08 -
System Red Green Blue C M Y K H S L
Decimal 203 37 36 0 0.82 0.82 0.20 0.36 0.7 0.47
Hex CB 25 24 0 52 52 14 0 46 2F
Octal 313 45 44 0 122 122 24 0 106 57
Binary 11001011 100101 100100 0 1010010 1010010 10100 0 1000110 101111

Color Harmonies of #CB2524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2524

Black with #CB2524

Text Example


Text Example

White with #CB2524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2524; }

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

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

background-color css

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

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

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

border-color css

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

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

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