Html Css Color HEX #C21819 Fire Engine Red

📋 copy color: '#C21819'

red 194 ◦ green 24 ◦ blue 25

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

Shades of Fire Engine Red #C21819

Tints of Fire Engine Red #C21819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.29%

R = 79.84%
G = 9.88%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C21819 (or 0xC21819) is known color: Fire Engine Red. HEX triplet: C2, 18 and 19. RGB value is (194,24,25). Sum of RGB (Red+Green+Blue) = 194+24+25=243 (32% of max value = 765). Red value is 194 (76.17% from 255 or 79.84% from 243); Green value is 24 (9.77% from 255 or 9.88% from 243); Blue value is 25 (10.16% from 255 or 10.29% from 243); Max value from RGB is 194 - color contains mainly: red. Hex color #C21819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #C21819 is #3DE7E6. Grayscale: #4B4B4B. Windows color (decimal): -4057063 or 1644738. OLE color: 1644738.

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

Color convert

RGB 194 24 25 -
CMYK 0 0.88 0.87 0.24
HSL 359.65º 0.78% 0.43% -
HSV(B) 359.65º 0.88% 0.76% -
XYZ 22.75 12.19 2.07 -
YUV 74.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 194 24 25 0 0.88 0.87 0.24 359.65 0.78 0.43
Hex C2 18 19 0 58 57 18 168 4E 2B
Octal 302 30 31 0 130 127 30 550 116 53
Binary 11000010 11000 11001 0 1011000 1010111 11000 101101000 1001110 101011

Color Harmonies of #C21819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21819

Black with #C21819

Text Example


Text Example

White with #C21819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21819; }

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

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

background-color css

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

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

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

border-color css

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

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

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