Html Css Color HEX #C21527 Fire Engine Red

📋 copy color: '#C21527'

red 194 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #C21527

Tints of Fire Engine Red #C21527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.35%

R = 76.38%
G = 8.27%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C21527 (or 0xC21527) is known color: Fire Engine Red. HEX triplet: C2, 15 and 27. RGB value is (194,21,39). Sum of RGB (Red+Green+Blue) = 194+21+39=254 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.38% from 254); Green value is 21 (8.59% from 255 or 8.27% from 254); Blue value is 39 (15.62% from 255 or 15.35% from 254); Max value from RGB is 194 - color contains mainly: red. Hex color #C21527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21527 is #3DEAD8. Grayscale: #4A4A4A. Windows color (decimal): -4057817 or 2561474. OLE color: 2561474.

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

Color convert

RGB 194 21 39 -
CMYK 0 0.89 0.80 0.24
HSL 353.76º 0.8% 0.42% -
HSV(B) 353.76º 0.89% 0.76% -
XYZ 22.88 12.15 3.06 -
YUV 74.78 107.81 213.04 -
System Red Green Blue C M Y K H S L
Decimal 194 21 39 0 0.89 0.80 0.24 353.76 0.8 0.42
Hex C2 15 27 0 59 50 18 162 50 2A
Octal 302 25 47 0 131 120 30 542 120 52
Binary 11000010 10101 100111 0 1011001 1010000 11000 101100010 1010000 101010

Color Harmonies of #C21527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21527

Black with #C21527

Text Example


Text Example

White with #C21527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21527; }

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

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

background-color css

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

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

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

border-color css

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

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

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