Html Css Color HEX #C21528 Fire Engine Red

📋 copy color: '#C21528'

red 194 ◦ green 21 ◦ blue 40

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

Shades of Fire Engine Red #C21528

Tints of Fire Engine Red #C21528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 15.69%

R = 76.08%
G = 8.24%
B = 15.69%

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

#C21528 (or 0xC21528) is known color: Fire Engine Red. HEX triplet: C2, 15 and 28. RGB value is (194,21,40). Sum of RGB (Red+Green+Blue) = 194+21+40=255 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.08% from 255); Green value is 21 (8.59% from 255 or 8.24% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 194 - color contains mainly: red. Hex color #C21528 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21528 is #3DEAD7. Grayscale: #4A4A4A. Windows color (decimal): -4057816 or 2627010. OLE color: 2627010.

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

Color convert

RGB 194 21 40 -
CMYK 0 0.89 0.79 0.24
HSL 353.41º 0.8% 0.42% -
HSV(B) 353.41º 0.89% 0.76% -
XYZ 22.9 12.16 3.15 -
YUV 74.89 108.31 212.96 -
System Red Green Blue C M Y K H S L
Decimal 194 21 40 0 0.89 0.79 0.24 353.41 0.8 0.42
Hex C2 15 28 0 59 4F 18 161 50 2A
Octal 302 25 50 0 131 117 30 541 120 52
Binary 11000010 10101 101000 0 1011001 1001111 11000 101100001 1010000 101010

Color Harmonies of #C21528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21528

Black with #C21528

Text Example


Text Example

White with #C21528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21528; }

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

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

background-color css

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

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

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

border-color css

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

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

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