Html Css Color HEX #CB2827 Persian Red

📋 copy color: '#CB2827'

red 203 ◦ green 40 ◦ blue 39

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

Shades of Persian Red #CB2827

Tints of Persian Red #CB2827

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

 BLUE value IS 39 (15.63% from 255) = 13.83%

R = 71.99%
G = 14.18%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB2827 (or 0xCB2827) is known color: Persian Red. HEX triplet: CB, 28 and 27. RGB value is (203,40,39). Sum of RGB (Red+Green+Blue) = 203+40+39=282 (37% of max value = 765). Red value is 203 (79.69% from 255 or 71.99% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 203 - color contains mainly: red. Hex color #CB2827 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB2827 is #34D7D8. Grayscale: #585858. Windows color (decimal): -3463129 or 2566347. OLE color: 2566347.

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

Color convert

RGB 203 40 39 -
CMYK 0 0.80 0.81 0.20
HSL 0.37º 0.68% 0.47% -
HSV(B) 0.37º 0.81% 0.8% -
XYZ 25.75 14.36 3.33 -
YUV 88.62 100 209.58 -
System Red Green Blue C M Y K H S L
Decimal 203 40 39 0 0.80 0.81 0.20 0.37 0.68 0.47
Hex CB 28 27 0 50 51 14 0 44 2F
Octal 313 50 47 0 120 121 24 0 104 57
Binary 11001011 101000 100111 0 1010000 1010001 10100 0 1000100 101111

Color Harmonies of #CB2827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB2827

Black with #CB2827

Text Example


Text Example

White with #CB2827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB2827; }

 p { color: rgb(203,40,39); }

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

background-color css

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

 a { background-color: rgb(203,40,39); }

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

border-color css

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

 span { border-color: rgb(203,40,39); }

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