Html Css Color HEX #C21618 Fire Engine Red

📋 copy color: '#C21618'

red 194 ◦ green 22 ◦ blue 24

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

Shades of Fire Engine Red #C21618

Tints of Fire Engine Red #C21618

RGB

 RED value IS 194 (76.17% from 255) = 80.83%

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

 BLUE value IS 24 (9.77% from 255) = 10%

R = 80.83%
G = 9.17%
B = 10%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C21618 (or 0xC21618) is known color: Fire Engine Red. HEX triplet: C2, 16 and 18. RGB value is (194,22,24). Sum of RGB (Red+Green+Blue) = 194+22+24=240 (31% of max value = 765). Red value is 194 (76.17% from 255 or 80.83% from 240); Green value is 22 (8.98% from 255 or 9.17% from 240); Blue value is 24 (9.77% from 255 or 10% from 240); Max value from RGB is 194 - color contains mainly: red. Hex color #C21618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21618 is #3DE9E7. Grayscale: #494949. Windows color (decimal): -4057576 or 1578690. OLE color: 1578690.

HSL color Cylindrical-coordinate representation of color #C21618: hue angle of 359.3º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C21618 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 22 24 -
CMYK 0 0.89 0.88 0.24
HSL 359.3º 0.8% 0.42% -
HSV(B) 359.3º 0.89% 0.76% -
XYZ 22.7 12.11 2.01 -
YUV 73.66 99.98 213.84 -
System Red Green Blue C M Y K H S L
Decimal 194 22 24 0 0.89 0.88 0.24 359.3 0.8 0.42
Hex C2 16 18 0 59 58 18 167 50 2A
Octal 302 26 30 0 131 130 30 547 120 52
Binary 11000010 10110 11000 0 1011001 1011000 11000 101100111 1010000 101010

Color Harmonies of #C21618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21618

Black with #C21618

Text Example


Text Example

White with #C21618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21618; }

 p { color: rgb(194,22,24); }

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

background-color css

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

 a { background-color: rgb(194,22,24); }

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

border-color css

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

 span { border-color: rgb(194,22,24); }

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