Html Css Color HEX #CB1517 Fire Engine Red

📋 copy color: '#CB1517'

red 203 ◦ green 21 ◦ blue 23

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

Shades of Fire Engine Red #CB1517

Tints of Fire Engine Red #CB1517

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

 BLUE value IS 23 (9.38% from 255) = 9.31%

R = 82.19%
G = 8.5%
B = 9.31%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.20

RGB Variations

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

Color information

#CB1517 (or 0xCB1517) is known color: Fire Engine Red. HEX triplet: CB, 15 and 17. RGB value is (203,21,23). Sum of RGB (Red+Green+Blue) = 203+21+23=247 (32% of max value = 765). Red value is 203 (79.69% from 255 or 82.19% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 23 (9.38% from 255 or 9.31% from 247); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1517 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #CB1517 is #34EAE8. Grayscale: #4B4B4B. Windows color (decimal): -3468009 or 1512907. OLE color: 1512907.

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

Color convert

RGB 203 21 23 -
CMYK 0 0.90 0.89 0.20
HSL 359.34º 0.81% 0.44% -
HSV(B) 359.34º 0.9% 0.8% -
XYZ 25.05 13.29 2.06 -
YUV 75.65 98.3 218.84 -
System Red Green Blue C M Y K H S L
Decimal 203 21 23 0 0.90 0.89 0.20 359.34 0.81 0.44
Hex CB 15 17 0 5A 59 14 167 51 2C
Octal 313 25 27 0 132 131 24 547 121 54
Binary 11001011 10101 10111 0 1011010 1011001 10100 101100111 1010001 101100

Color Harmonies of #CB1517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1517

Black with #CB1517

Text Example


Text Example

White with #CB1517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1517; }

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

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

background-color css

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

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

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

border-color css

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

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

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