Html Css Color HEX #C21027 Fire Engine Red

📋 copy color: '#C21027'

red 194 ◦ green 16 ◦ blue 39

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

Shades of Fire Engine Red #C21027

Tints of Fire Engine Red #C21027

RGB

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

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

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

R = 77.91%
G = 6.43%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C21027 (or 0xC21027) is known color: Fire Engine Red. HEX triplet: C2, 10 and 27. RGB value is (194,16,39). Sum of RGB (Red+Green+Blue) = 194+16+39=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 16 (6.64% from 255 or 6.43% from 249); Blue value is 39 (15.62% from 255 or 15.66% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C21027 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C21027 is #3DEFD8. Grayscale: #474747. Windows color (decimal): -4059097 or 2560194. OLE color: 2560194.

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

Color convert

RGB 194 16 39 -
CMYK 0 0.92 0.80 0.24
HSL 352.25º 0.85% 0.41% -
HSV(B) 352.25º 0.92% 0.76% -
XYZ 22.8 11.99 3.03 -
YUV 71.84 109.47 215.13 -
System Red Green Blue C M Y K H S L
Decimal 194 16 39 0 0.92 0.80 0.24 352.25 0.85 0.41
Hex C2 10 27 0 5C 50 18 160 55 29
Octal 302 20 47 0 134 120 30 540 125 51
Binary 11000010 10000 100111 0 1011100 1010000 11000 101100000 1010101 101001

Color Harmonies of #C21027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C21027

Black with #C21027

Text Example


Text Example

White with #C21027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C21027; }

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

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

background-color css

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

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

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

border-color css

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

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

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