Html Css Color HEX #CB1620 Fire Engine Red

📋 copy color: '#CB1620'

red 203 ◦ green 22 ◦ blue 32

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

Shades of Fire Engine Red #CB1620

Tints of Fire Engine Red #CB1620

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 78.99%
G = 8.56%
B = 12.45%

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

#CB1620 (or 0xCB1620) is known color: Fire Engine Red. HEX triplet: CB, 16 and 20. RGB value is (203,22,32). Sum of RGB (Red+Green+Blue) = 203+22+32=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1620 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1620 is #34E9DF. Grayscale: #4D4D4D. Windows color (decimal): -3467744 or 2102987. OLE color: 2102987.

HSL color Cylindrical-coordinate representation of color #CB1620: hue angle of 356.69º 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 #CB1620 is Cyan = 0, Magento = 0.89, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 22 32 -
CMYK 0 0.89 0.84 0.20
HSL 356.69º 0.8% 0.44% -
HSV(B) 356.69º 0.89% 0.8% -
XYZ 25.18 13.37 2.62 -
YUV 77.26 102.47 217.69 -
System Red Green Blue C M Y K H S L
Decimal 203 22 32 0 0.89 0.84 0.20 356.69 0.8 0.44
Hex CB 16 20 0 59 54 14 165 50 2C
Octal 313 26 40 0 131 124 24 545 120 54
Binary 11001011 10110 100000 0 1011001 1010100 10100 101100101 1010000 101100

Color Harmonies of #CB1620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1620

Black with #CB1620

Text Example


Text Example

White with #CB1620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1620; }

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

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

background-color css

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

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

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

border-color css

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

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

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