Html Css Color HEX #C21520 Fire Engine Red

📋 copy color: '#C21520'

red 194 ◦ green 21 ◦ blue 32

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

Shades of Fire Engine Red #C21520

Tints of Fire Engine Red #C21520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 12.96%

R = 78.54%
G = 8.5%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C21520 (or 0xC21520) is known color: Fire Engine Red. HEX triplet: C2, 15 and 20. RGB value is (194,21,32). Sum of RGB (Red+Green+Blue) = 194+21+32=247 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.54% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 32 (12.89% from 255 or 12.96% from 247); Max value from RGB is 194 - color contains mainly: red. Hex color #C21520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21520 is #3DEADF. Grayscale: #4A4A4A. Windows color (decimal): -4057824 or 2102722. OLE color: 2102722.

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

Color convert

RGB 194 21 32 -
CMYK 0 0.89 0.84 0.24
HSL 356.19º 0.8% 0.42% -
HSV(B) 356.19º 0.89% 0.76% -
XYZ 22.78 12.11 2.5 -
YUV 73.98 104.31 213.61 -
System Red Green Blue C M Y K H S L
Decimal 194 21 32 0 0.89 0.84 0.24 356.19 0.8 0.42
Hex C2 15 20 0 59 54 18 164 50 2A
Octal 302 25 40 0 131 124 30 544 120 52
Binary 11000010 10101 100000 0 1011001 1010100 11000 101100100 1010000 101010

Color Harmonies of #C21520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21520

Black with #C21520

Text Example


Text Example

White with #C21520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21520; }

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

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

background-color css

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

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

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

border-color css

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

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

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