Html Css Color HEX #CB2C25 Persian Red

📋 copy color: '#CB2C25'

red 203 ◦ green 44 ◦ blue 37

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

Shades of Persian Red #CB2C25

Tints of Persian Red #CB2C25

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.49%

 BLUE value IS 37 (14.84% from 255) = 13.03%

R = 71.48%
G = 15.49%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB2C25 (or 0xCB2C25) is known color: Persian Red. HEX triplet: CB, 2C and 25. RGB value is (203,44,37). Sum of RGB (Red+Green+Blue) = 203+44+37=284 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.48% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 37 (14.84% from 255 or 13.03% from 284); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2C25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2C25 is #34D3DA. Grayscale: #5A5A5A. Windows color (decimal): -3462107 or 2436299. OLE color: 2436299.

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

Color convert

RGB 203 44 37 -
CMYK 0 0.78 0.82 0.20
HSL 2.53º 0.69% 0.47% -
HSV(B) 2.53º 0.82% 0.8% -
XYZ 25.86 14.63 3.21 -
YUV 90.74 97.68 208.07 -
System Red Green Blue C M Y K H S L
Decimal 203 44 37 0 0.78 0.82 0.20 2.53 0.69 0.47
Hex CB 2C 25 0 4E 52 14 3 45 2F
Octal 313 54 45 0 116 122 24 3 105 57
Binary 11001011 101100 100101 0 1001110 1010010 10100 11 1000101 101111

Color Harmonies of #CB2C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2C25

Black with #CB2C25

Text Example


Text Example

White with #CB2C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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