Html Css Color HEX #C21529 Fire Engine Red

📋 copy color: '#C21529'

red 194 ◦ green 21 ◦ blue 41

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

Shades of Fire Engine Red #C21529

Tints of Fire Engine Red #C21529

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

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

R = 75.78%
G = 8.2%
B = 16.02%

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

#C21529 (or 0xC21529) is known color: Fire Engine Red. HEX triplet: C2, 15 and 29. RGB value is (194,21,41). Sum of RGB (Red+Green+Blue) = 194+21+41=256 (33% of max value = 765). Red value is 194 (76.17% from 255 or 75.78% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 41 (16.41% from 255 or 16.02% from 256); Max value from RGB is 194 - color contains mainly: red. Hex color #C21529 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21529 is #3DEAD6. Grayscale: #4B4B4B. Windows color (decimal): -4057815 or 2692546. OLE color: 2692546.

HSL color Cylindrical-coordinate representation of color #C21529: hue angle of 353.06º 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 #C21529 is Cyan = 0, Magento = 0.89, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 21 41 -
CMYK 0 0.89 0.79 0.24
HSL 353.06º 0.8% 0.42% -
HSV(B) 353.06º 0.89% 0.76% -
XYZ 22.92 12.17 3.24 -
YUV 75.01 108.81 212.87 -
System Red Green Blue C M Y K H S L
Decimal 194 21 41 0 0.89 0.79 0.24 353.06 0.8 0.42
Hex C2 15 29 0 59 4F 18 161 50 2A
Octal 302 25 51 0 131 117 30 541 120 52
Binary 11000010 10101 101001 0 1011001 1001111 11000 101100001 1010000 101010

Color Harmonies of #C21529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21529

Black with #C21529

Text Example


Text Example

White with #C21529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21529; }

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

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

background-color css

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

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

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

border-color css

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

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

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