Html Css Color HEX #C21129 Fire Engine Red

📋 copy color: '#C21129'

red 194 ◦ green 17 ◦ blue 41

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

Shades of Fire Engine Red #C21129

Tints of Fire Engine Red #C21129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.75%

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

R = 76.98%
G = 6.75%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C21129 (or 0xC21129) is known color: Fire Engine Red. HEX triplet: C2, 11 and 29. RGB value is (194,17,41). Sum of RGB (Red+Green+Blue) = 194+17+41=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 17 (7.03% from 255 or 6.75% from 252); Blue value is 41 (16.41% from 255 or 16.27% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C21129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21129 is #3DEED6. Grayscale: #484848. Windows color (decimal): -4058839 or 2691522. OLE color: 2691522.

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

Color convert

RGB 194 17 41 -
CMYK 0 0.91 0.79 0.24
HSL 351.86º 0.84% 0.41% -
HSV(B) 351.86º 0.91% 0.76% -
XYZ 22.85 12.03 3.22 -
YUV 72.66 110.14 214.55 -
System Red Green Blue C M Y K H S L
Decimal 194 17 41 0 0.91 0.79 0.24 351.86 0.84 0.41
Hex C2 11 29 0 5B 4F 18 160 54 29
Octal 302 21 51 0 133 117 30 540 124 51
Binary 11000010 10001 101001 0 1011011 1001111 11000 101100000 1010100 101001

Color Harmonies of #C21129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21129

Black with #C21129

Text Example


Text Example

White with #C21129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21129; }

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

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

background-color css

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

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

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

border-color css

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

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

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