Html Css Color HEX #CB1827 Fire Engine Red

📋 copy color: '#CB1827'

red 203 ◦ green 24 ◦ blue 39

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

Shades of Fire Engine Red #CB1827

Tints of Fire Engine Red #CB1827

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.02%

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

R = 76.32%
G = 9.02%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.20

RGB Variations

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

Color information

#CB1827 (or 0xCB1827) is known color: Fire Engine Red. HEX triplet: CB, 18 and 27. RGB value is (203,24,39). Sum of RGB (Red+Green+Blue) = 203+24+39=266 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.32% from 266); Green value is 24 (9.77% from 255 or 9.02% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1827 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1827 is #34E7D8. Grayscale: #4F4F4F. Windows color (decimal): -3467225 or 2562251. OLE color: 2562251.

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

Color convert

RGB 203 24 39 -
CMYK 0 0.88 0.81 0.20
HSL 354.97º 0.79% 0.45% -
HSV(B) 354.97º 0.88% 0.8% -
XYZ 25.32 13.5 3.19 -
YUV 79.23 105.3 216.28 -
System Red Green Blue C M Y K H S L
Decimal 203 24 39 0 0.88 0.81 0.20 354.97 0.79 0.45
Hex CB 18 27 0 58 51 14 163 4F 2D
Octal 313 30 47 0 130 121 24 543 117 55
Binary 11001011 11000 100111 0 1011000 1010001 10100 101100011 1001111 101101

Color Harmonies of #CB1827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1827

Black with #CB1827

Text Example


Text Example

White with #CB1827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1827; }

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

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

background-color css

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

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

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

border-color css

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

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

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