Html Css Color HEX #C21525 Fire Engine Red

📋 copy color: '#C21525'

red 194 ◦ green 21 ◦ blue 37

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

Shades of Fire Engine Red #C21525

Tints of Fire Engine Red #C21525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.68%

R = 76.98%
G = 8.33%
B = 14.68%

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

#C21525 (or 0xC21525) is known color: Fire Engine Red. HEX triplet: C2, 15 and 25. RGB value is (194,21,37). Sum of RGB (Red+Green+Blue) = 194+21+37=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 21 (8.59% from 255 or 8.33% from 252); Blue value is 37 (14.84% from 255 or 14.68% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C21525 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21525 is #3DEADA. Grayscale: #4A4A4A. Windows color (decimal): -4057819 or 2430402. OLE color: 2430402.

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

Color convert

RGB 194 21 37 -
CMYK 0 0.89 0.81 0.24
HSL 354.45º 0.8% 0.42% -
HSV(B) 354.45º 0.89% 0.76% -
XYZ 22.85 12.14 2.89 -
YUV 74.55 106.81 213.2 -
System Red Green Blue C M Y K H S L
Decimal 194 21 37 0 0.89 0.81 0.24 354.45 0.8 0.42
Hex C2 15 25 0 59 51 18 162 50 2A
Octal 302 25 45 0 131 121 30 542 120 52
Binary 11000010 10101 100101 0 1011001 1010001 11000 101100010 1010000 101010

Color Harmonies of #C21525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21525

Black with #C21525

Text Example


Text Example

White with #C21525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21525; }

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

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

background-color css

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

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

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

border-color css

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

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

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