Html Css Color HEX #C21E1F Fire Engine Red

📋 copy color: '#C21E1F'

red 194 ◦ green 30 ◦ blue 31

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

Shades of Fire Engine Red #C21E1F

Tints of Fire Engine Red #C21E1F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.76%

 BLUE value IS 31 (12.5% from 255) = 12.16%

R = 76.08%
G = 11.76%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C21E1F (or 0xC21E1F) is known color: Fire Engine Red. HEX triplet: C2, 1E and 1F. RGB value is (194,30,31). Sum of RGB (Red+Green+Blue) = 194+30+31=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 30 (12.11% from 255 or 11.76% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21E1F is #3DE1E0. Grayscale: #4F4F4F. Windows color (decimal): -4055521 or 2039490. OLE color: 2039490.

HSL color Cylindrical-coordinate representation of color #C21E1F: hue angle of 359.63º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E1F is Cyan = 0, Magento = 0.85, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 30 31 -
CMYK 0 0.85 0.84 0.24
HSL 359.63º 0.73% 0.44% -
HSV(B) 359.63º 0.85% 0.76% -
XYZ 22.96 12.5 2.5 -
YUV 79.15 100.83 209.92 -
System Red Green Blue C M Y K H S L
Decimal 194 30 31 0 0.85 0.84 0.24 359.63 0.73 0.44
Hex C2 1E 1F 0 55 54 18 168 49 2C
Octal 302 36 37 0 125 124 30 550 111 54
Binary 11000010 11110 11111 0 1010101 1010100 11000 101101000 1001001 101100

Color Harmonies of #C21E1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21E1F

Black with #C21E1F

Text Example


Text Example

White with #C21E1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21E1F; }

 p { color: rgb(194,30,31); }

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

background-color css

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

 a { background-color: rgb(194,30,31); }

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

border-color css

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

 span { border-color: rgb(194,30,31); }

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