Html Css Color HEX #CB1720 Fire Engine Red

📋 copy color: '#CB1720'

red 203 ◦ green 23 ◦ blue 32

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

Shades of Fire Engine Red #CB1720

Tints of Fire Engine Red #CB1720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.91%

 BLUE value IS 32 (12.89% from 255) = 12.4%

R = 78.68%
G = 8.91%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB1720 (or 0xCB1720) is known color: Fire Engine Red. HEX triplet: CB, 17 and 20. RGB value is (203,23,32). Sum of RGB (Red+Green+Blue) = 203+23+32=258 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.68% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1720 is #34E8DF. Grayscale: #4D4D4D. Windows color (decimal): -3467488 or 2103243. OLE color: 2103243.

HSL color Cylindrical-coordinate representation of color #CB1720: hue angle of 357º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CB1720 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 23 32 -
CMYK 0 0.89 0.84 0.20
HSL 357º 0.8% 0.44% -
HSV(B) 357º 0.89% 0.8% -
XYZ 25.2 13.41 2.63 -
YUV 77.85 102.13 217.27 -
System Red Green Blue C M Y K H S L
Decimal 203 23 32 0 0.89 0.84 0.20 357 0.8 0.44
Hex CB 17 20 0 59 54 14 165 50 2C
Octal 313 27 40 0 131 124 24 545 120 54
Binary 11001011 10111 100000 0 1011001 1010100 10100 101100101 1010000 101100

Color Harmonies of #CB1720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1720

Black with #CB1720

Text Example


Text Example

White with #CB1720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1720; }

 p { color: rgb(203,23,32); }

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

background-color css

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

 a { background-color: rgb(203,23,32); }

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

border-color css

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

 span { border-color: rgb(203,23,32); }

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