Html Css Color HEX #CB1224 Fire Engine Red

📋 copy color: '#CB1224'

red 203 ◦ green 18 ◦ blue 36

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

Shades of Fire Engine Red #CB1224

Tints of Fire Engine Red #CB1224

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

 BLUE value IS 36 (14.45% from 255) = 14.01%

R = 78.99%
G = 7%
B = 14.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.20

RGB Variations

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

Color information

#CB1224 (or 0xCB1224) is known color: Fire Engine Red. HEX triplet: CB, 12 and 24. RGB value is (203,18,36). Sum of RGB (Red+Green+Blue) = 203+18+36=257 (34% of max value = 765). Red value is 203 (79.69% from 255 or 78.99% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 36 (14.45% from 255 or 14.01% from 257); Max value from RGB is 203 - color contains mainly: red. Hex color #CB1224 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CB1224 is #34EDDB. Grayscale: #4B4B4B. Windows color (decimal): -3468764 or 2364107. OLE color: 2364107.

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

Color convert

RGB 203 18 36 -
CMYK 0 0.91 0.82 0.20
HSL 354.16º 0.84% 0.43% -
HSV(B) 354.16º 0.91% 0.8% -
XYZ 25.16 13.26 2.9 -
YUV 75.37 105.79 219.04 -
System Red Green Blue C M Y K H S L
Decimal 203 18 36 0 0.91 0.82 0.20 354.16 0.84 0.43
Hex CB 12 24 0 5B 52 14 162 54 2B
Octal 313 22 44 0 133 122 24 542 124 53
Binary 11001011 10010 100100 0 1011011 1010010 10100 101100010 1010100 101011

Color Harmonies of #CB1224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB1224

Black with #CB1224

Text Example


Text Example

White with #CB1224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB1224; }

 p { color: rgb(203,18,36); }

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

background-color css

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

 a { background-color: rgb(203,18,36); }

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

border-color css

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

 span { border-color: rgb(203,18,36); }

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