Html Css Color HEX #C21521 Fire Engine Red

📋 copy color: '#C21521'

red 194 ◦ green 21 ◦ blue 33

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

Shades of Fire Engine Red #C21521

Tints of Fire Engine Red #C21521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.31%

R = 78.23%
G = 8.47%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C21521 (or 0xC21521) is known color: Fire Engine Red. HEX triplet: C2, 15 and 21. RGB value is (194,21,33). Sum of RGB (Red+Green+Blue) = 194+21+33=248 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.23% from 248); Green value is 21 (8.59% from 255 or 8.47% from 248); Blue value is 33 (13.28% from 255 or 13.31% from 248); Max value from RGB is 194 - color contains mainly: red. Hex color #C21521 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21521 is #3DEADE. Grayscale: #4A4A4A. Windows color (decimal): -4057823 or 2168258. OLE color: 2168258.

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

Color convert

RGB 194 21 33 -
CMYK 0 0.89 0.83 0.24
HSL 355.84º 0.8% 0.42% -
HSV(B) 355.84º 0.89% 0.76% -
XYZ 22.79 12.12 2.58 -
YUV 74.1 104.81 213.52 -
System Red Green Blue C M Y K H S L
Decimal 194 21 33 0 0.89 0.83 0.24 355.84 0.8 0.42
Hex C2 15 21 0 59 53 18 164 50 2A
Octal 302 25 41 0 131 123 30 544 120 52
Binary 11000010 10101 100001 0 1011001 1010011 11000 101100100 1010000 101010

Color Harmonies of #C21521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21521

Black with #C21521

Text Example


Text Example

White with #C21521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21521; }

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

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

background-color css

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

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

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

border-color css

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

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

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