Html Css Color HEX #C21F29 Fire Engine Red

📋 copy color: '#C21F29'

red 194 ◦ green 31 ◦ blue 41

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

Shades of Fire Engine Red #C21F29

Tints of Fire Engine Red #C21F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.65%

 BLUE value IS 41 (16.41% from 255) = 15.41%

R = 72.93%
G = 11.65%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C21F29 (or 0xC21F29) is known color: Fire Engine Red. HEX triplet: C2, 1F and 29. RGB value is (194,31,41). Sum of RGB (Red+Green+Blue) = 194+31+41=266 (35% of max value = 765). Red value is 194 (76.17% from 255 or 72.93% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 41 (16.41% from 255 or 15.41% from 266); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C21F29 is #3DE0D6. Grayscale: #515151. Windows color (decimal): -4055255 or 2695106. OLE color: 2695106.

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

Color convert

RGB 194 31 41 -
CMYK 0 0.84 0.79 0.24
HSL 356.32º 0.72% 0.44% -
HSV(B) 356.32º 0.84% 0.76% -
XYZ 23.14 12.61 3.31 -
YUV 80.88 105.5 208.69 -
System Red Green Blue C M Y K H S L
Decimal 194 31 41 0 0.84 0.79 0.24 356.32 0.72 0.44
Hex C2 1F 29 0 54 4F 18 164 48 2C
Octal 302 37 51 0 124 117 30 544 110 54
Binary 11000010 11111 101001 0 1010100 1001111 11000 101100100 1001000 101100

Color Harmonies of #C21F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21F29

Black with #C21F29

Text Example


Text Example

White with #C21F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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