Html Css Color HEX #C62027 Fire Engine Red

📋 copy color: '#C62027'

red 198 ◦ green 32 ◦ blue 39

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

Shades of Fire Engine Red #C62027

Tints of Fire Engine Red #C62027

RGB

 RED value IS 198 (77.73% from 255) = 73.61%

 GREEN value IS 32 (12.89% from 255) = 11.9%

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

R = 73.61%
G = 11.9%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C62027 (or 0xC62027) is known color: Fire Engine Red. HEX triplet: C6, 20 and 27. RGB value is (198,32,39). Sum of RGB (Red+Green+Blue) = 198+32+39=269 (35% of max value = 765). Red value is 198 (77.73% from 255 or 73.61% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 39 (15.62% from 255 or 14.50% from 269); Max value from RGB is 198 - color contains mainly: red. Hex color #C62027 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62027 is #39DFD8. Grayscale: #525252. Windows color (decimal): -3792857 or 2564294. OLE color: 2564294.

HSL color Cylindrical-coordinate representation of color #C62027: hue angle of 357.47º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C62027 is Cyan = 0, Magento = 0.84, Yellow = 0.80 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 32 39 -
CMYK 0 0.84 0.80 0.22
HSL 357.47º 0.72% 0.45% -
HSV(B) 357.47º 0.84% 0.78% -
XYZ 24.17 13.19 3.19 -
YUV 82.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 198 32 39 0 0.84 0.80 0.22 357.47 0.72 0.45
Hex C6 20 27 0 54 50 16 165 48 2D
Octal 306 40 47 0 124 120 26 545 110 55
Binary 11000110 100000 100111 0 1010100 1010000 10110 101100101 1001000 101101

Color Harmonies of #C62027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62027

Black with #C62027

Text Example


Text Example

White with #C62027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62027; }

 p { color: rgb(198,32,39); }

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

background-color css

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

 a { background-color: rgb(198,32,39); }

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

border-color css

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

 span { border-color: rgb(198,32,39); }

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