Html Css Color HEX #CB1820 Fire Engine Red

📋 copy color: '#CB1820'

red 203 ◦ green 24 ◦ blue 32

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

Shades of Fire Engine Red #CB1820

Tints of Fire Engine Red #CB1820

RGB

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

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

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

R = 78.38%
G = 9.27%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.84

 K value IS 0.20

RGB Variations

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

Color information

#CB1820 (or 0xCB1820) is known color: Fire Engine Red. HEX triplet: CB, 18 and 20. RGB value is (203,24,32). Sum of RGB (Red+Green+Blue) = 203+24+32=259 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.38% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1820 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1820 is #34E7DF. Grayscale: #4E4E4E. Windows color (decimal): -3467232 or 2103499. OLE color: 2103499.

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

Color convert

RGB 203 24 32 -
CMYK 0 0.88 0.84 0.20
HSL 357.32º 0.79% 0.45% -
HSV(B) 357.32º 0.88% 0.8% -
XYZ 25.22 13.45 2.63 -
YUV 78.43 101.8 216.85 -
System Red Green Blue C M Y K H S L
Decimal 203 24 32 0 0.88 0.84 0.20 357.32 0.79 0.45
Hex CB 18 20 0 58 54 14 165 4F 2D
Octal 313 30 40 0 130 124 24 545 117 55
Binary 11001011 11000 100000 0 1011000 1010100 10100 101100101 1001111 101101

Color Harmonies of #CB1820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1820

Black with #CB1820

Text Example


Text Example

White with #CB1820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1820; }

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

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

background-color css

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

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

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

border-color css

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

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

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