Html Css Color HEX #C21524 Fire Engine Red

📋 copy color: '#C21524'

red 194 ◦ green 21 ◦ blue 36

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

Shades of Fire Engine Red #C21524

Tints of Fire Engine Red #C21524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.34%

R = 77.29%
G = 8.37%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C21524 (or 0xC21524) is known color: Fire Engine Red. HEX triplet: C2, 15 and 24. RGB value is (194,21,36). Sum of RGB (Red+Green+Blue) = 194+21+36=251 (33% of max value = 765). Red value is 194 (76.17% from 255 or 77.29% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 36 (14.45% from 255 or 14.34% from 251); Max value from RGB is 194 - color contains mainly: red. Hex color #C21524 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21524 is #3DEADB. Grayscale: #4A4A4A. Windows color (decimal): -4057820 or 2364866. OLE color: 2364866.

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

Color convert

RGB 194 21 36 -
CMYK 0 0.89 0.81 0.24
HSL 354.8º 0.8% 0.42% -
HSV(B) 354.8º 0.89% 0.76% -
XYZ 22.83 12.13 2.81 -
YUV 74.44 106.31 213.28 -
System Red Green Blue C M Y K H S L
Decimal 194 21 36 0 0.89 0.81 0.24 354.8 0.8 0.42
Hex C2 15 24 0 59 51 18 163 50 2A
Octal 302 25 44 0 131 121 30 543 120 52
Binary 11000010 10101 100100 0 1011001 1010001 11000 101100011 1010000 101010

Color Harmonies of #C21524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21524

Black with #C21524

Text Example


Text Example

White with #C21524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21524; }

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

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

background-color css

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

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

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

border-color css

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

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

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