Html Css Color HEX #CB1821 Fire Engine Red

📋 copy color: '#CB1821'

red 203 ◦ green 24 ◦ blue 33

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

Shades of Fire Engine Red #CB1821

Tints of Fire Engine Red #CB1821

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.69%

R = 78.08%
G = 9.23%
B = 12.69%

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

#CB1821 (or 0xCB1821) is known color: Fire Engine Red. HEX triplet: CB, 18 and 21. RGB value is (203,24,33). Sum of RGB (Red+Green+Blue) = 203+24+33=260 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.08% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 33 (13.28% from 255 or 12.69% from 260); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1821 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1821 is #34E7DE. Grayscale: #4E4E4E. Windows color (decimal): -3467231 or 2169035. OLE color: 2169035.

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

Color convert

RGB 203 24 33 -
CMYK 0 0.88 0.84 0.20
HSL 356.98º 0.79% 0.45% -
HSV(B) 356.98º 0.88% 0.8% -
XYZ 25.23 13.46 2.71 -
YUV 78.55 102.3 216.77 -
System Red Green Blue C M Y K H S L
Decimal 203 24 33 0 0.88 0.84 0.20 356.98 0.79 0.45
Hex CB 18 21 0 58 54 14 165 4F 2D
Octal 313 30 41 0 130 124 24 545 117 55
Binary 11001011 11000 100001 0 1011000 1010100 10100 101100101 1001111 101101

Color Harmonies of #CB1821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1821

Black with #CB1821

Text Example


Text Example

White with #CB1821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1821; }

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

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

background-color css

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

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

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

border-color css

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

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

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