Html Css Color HEX #C21327 Fire Engine Red

📋 copy color: '#C21327'

red 194 ◦ green 19 ◦ blue 39

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

Shades of Fire Engine Red #C21327

Tints of Fire Engine Red #C21327

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.54%

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

R = 76.98%
G = 7.54%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C21327 (or 0xC21327) is known color: Fire Engine Red. HEX triplet: C2, 13 and 27. RGB value is (194,19,39). Sum of RGB (Red+Green+Blue) = 194+19+39=252 (33% of max value = 765). Red value is 194 (76.17% from 255 or 76.98% from 252); Green value is 19 (7.81% from 255 or 7.54% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 194 - color contains mainly: red. Hex color #C21327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21327 is #3DECD8. Grayscale: #494949. Windows color (decimal): -4058329 or 2560962. OLE color: 2560962.

HSL color Cylindrical-coordinate representation of color #C21327: hue angle of 353.14º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C21327 is Cyan = 0, Magento = 0.90, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 19 39 -
CMYK 0 0.90 0.80 0.24
HSL 353.14º 0.82% 0.42% -
HSV(B) 353.14º 0.9% 0.76% -
XYZ 22.85 12.08 3.05 -
YUV 73.61 108.48 213.87 -
System Red Green Blue C M Y K H S L
Decimal 194 19 39 0 0.90 0.80 0.24 353.14 0.82 0.42
Hex C2 13 27 0 5A 50 18 161 52 2A
Octal 302 23 47 0 132 120 30 541 122 52
Binary 11000010 10011 100111 0 1011010 1010000 11000 101100001 1010010 101010

Color Harmonies of #C21327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21327

Black with #C21327

Text Example


Text Example

White with #C21327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21327; }

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

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

background-color css

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

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

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

border-color css

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

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

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