Html Css Color HEX #C21024 Fire Engine Red

📋 copy color: '#C21024'

red 194 ◦ green 16 ◦ blue 36

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

Shades of Fire Engine Red #C21024

Tints of Fire Engine Red #C21024

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.5%

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

R = 78.86%
G = 6.5%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C21024 (or 0xC21024) is known color: Fire Engine Red. HEX triplet: C2, 10 and 24. RGB value is (194,16,36). Sum of RGB (Red+Green+Blue) = 194+16+36=246 (32% of max value = 765). Red value is 194 (76.17% from 255 or 78.86% from 246); Green value is 16 (6.64% from 255 or 6.50% from 246); Blue value is 36 (14.45% from 255 or 14.63% from 246); Max value from RGB is 194 - color contains mainly: red. Hex color #C21024 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21024 is #3DEFDB. Grayscale: #474747. Windows color (decimal): -4059100 or 2363586. OLE color: 2363586.

HSL color Cylindrical-coordinate representation of color #C21024: hue angle of 353.26º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C21024 is Cyan = 0, Magento = 0.92, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 16 36 -
CMYK 0 0.92 0.81 0.24
HSL 353.26º 0.85% 0.41% -
HSV(B) 353.26º 0.92% 0.76% -
XYZ 22.75 11.97 2.78 -
YUV 71.5 107.97 215.37 -
System Red Green Blue C M Y K H S L
Decimal 194 16 36 0 0.92 0.81 0.24 353.26 0.85 0.41
Hex C2 10 24 0 5C 51 18 161 55 29
Octal 302 20 44 0 134 121 30 541 125 51
Binary 11000010 10000 100100 0 1011100 1010001 11000 101100001 1010101 101001

Color Harmonies of #C21024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21024

Black with #C21024

Text Example


Text Example

White with #C21024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21024; }

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

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

background-color css

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

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

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

border-color css

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

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

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