Html Css Color HEX #C21629 Fire Engine Red

📋 copy color: '#C21629'

red 194 ◦ green 22 ◦ blue 41

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

Shades of Fire Engine Red #C21629

Tints of Fire Engine Red #C21629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

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

R = 75.49%
G = 8.56%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.79

 K value IS 0.24

RGB Variations

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

Color information

#C21629 (or 0xC21629) is known color: Fire Engine Red. HEX triplet: C2, 16 and 29. RGB value is (194,22,41). Sum of RGB (Red+Green+Blue) = 194+22+41=257 (34% of max value = 765). Red value is 194 (76.17% from 255 or 75.49% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 194 - color contains mainly: red. Hex color #C21629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21629 is #3DE9D6. Grayscale: #4B4B4B. Windows color (decimal): -4057559 or 2692802. OLE color: 2692802.

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

Color convert

RGB 194 22 41 -
CMYK 0 0.89 0.79 0.24
HSL 353.37º 0.8% 0.42% -
HSV(B) 353.37º 0.89% 0.76% -
XYZ 22.94 12.2 3.24 -
YUV 75.59 108.48 212.46 -
System Red Green Blue C M Y K H S L
Decimal 194 22 41 0 0.89 0.79 0.24 353.37 0.8 0.42
Hex C2 16 29 0 59 4F 18 161 50 2A
Octal 302 26 51 0 131 117 30 541 120 52
Binary 11000010 10110 101001 0 1011001 1001111 11000 101100001 1010000 101010

Color Harmonies of #C21629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21629

Black with #C21629

Text Example


Text Example

White with #C21629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21629; }

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

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

background-color css

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

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

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

border-color css

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

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

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