Html Css Color HEX #C21928 Fire Engine Red

📋 copy color: '#C21928'

red 194 ◦ green 25 ◦ blue 40

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

Shades of Fire Engine Red #C21928

Tints of Fire Engine Red #C21928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.65%

 BLUE value IS 40 (16.02% from 255) = 15.44%

R = 74.9%
G = 9.65%
B = 15.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C21928 (or 0xC21928) is known color: Fire Engine Red. HEX triplet: C2, 19 and 28. RGB value is (194,25,40). Sum of RGB (Red+Green+Blue) = 194+25+40=259 (34% of max value = 765). Red value is 194 (76.17% from 255 or 74.90% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 40 (16.02% from 255 or 15.44% from 259); Max value from RGB is 194 - color contains mainly: red. Hex color #C21928 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21928 is #3DE6D7. Grayscale: #4D4D4D. Windows color (decimal): -4056792 or 2628034. OLE color: 2628034.

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

Color convert

RGB 194 25 40 -
CMYK 0 0.87 0.79 0.24
HSL 354.67º 0.77% 0.43% -
HSV(B) 354.67º 0.87% 0.76% -
XYZ 22.98 12.32 3.17 -
YUV 77.24 106.99 211.28 -
System Red Green Blue C M Y K H S L
Decimal 194 25 40 0 0.87 0.79 0.24 354.67 0.77 0.43
Hex C2 19 28 0 57 4F 18 163 4D 2B
Octal 302 31 50 0 127 117 30 543 115 53
Binary 11000010 11001 101000 0 1010111 1001111 11000 101100011 1001101 101011

Color Harmonies of #C21928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21928

Black with #C21928

Text Example


Text Example

White with #C21928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21928; }

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

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

background-color css

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

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

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

border-color css

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

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

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