Html Css Color HEX #CB1927 Fire Engine Red

📋 copy color: '#CB1927'

red 203 ◦ green 25 ◦ blue 39

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

Shades of Fire Engine Red #CB1927

Tints of Fire Engine Red #CB1927

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

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

R = 76.03%
G = 9.36%
B = 14.61%

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

#CB1927 (or 0xCB1927) is known color: Fire Engine Red. HEX triplet: CB, 19 and 27. RGB value is (203,25,39). Sum of RGB (Red+Green+Blue) = 203+25+39=267 (35% of max value = 765). Red value is 203 (79.69% from 255 or 76.03% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 39 (15.62% from 255 or 14.61% from 267); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1927 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1927 is #34E6D8. Grayscale: #4F4F4F. Windows color (decimal): -3466969 or 2562507. OLE color: 2562507.

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

Color convert

RGB 203 25 39 -
CMYK 0 0.88 0.81 0.20
HSL 355.28º 0.78% 0.45% -
HSV(B) 355.28º 0.88% 0.8% -
XYZ 25.34 13.54 3.2 -
YUV 79.82 104.97 215.86 -
System Red Green Blue C M Y K H S L
Decimal 203 25 39 0 0.88 0.81 0.20 355.28 0.78 0.45
Hex CB 19 27 0 58 51 14 163 4E 2D
Octal 313 31 47 0 130 121 24 543 116 55
Binary 11001011 11001 100111 0 1011000 1010001 10100 101100011 1001110 101101

Color Harmonies of #CB1927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1927

Black with #CB1927

Text Example


Text Example

White with #CB1927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1927; }

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

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

background-color css

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

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

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

border-color css

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

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

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