Html Css Color HEX #C6032E Fire Engine Red

📋 copy color: '#C6032E'

red 198 ◦ green 3 ◦ blue 46

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

Shades of Fire Engine Red #C6032E

Tints of Fire Engine Red #C6032E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

 BLUE value IS 46 (18.36% from 255) = 18.62%

R = 80.16%
G = 1.21%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6032E (or 0xC6032E) is known color: Fire Engine Red. HEX triplet: C6, 03 and 2E. RGB value is (198,3,46). Sum of RGB (Red+Green+Blue) = 198+3+46=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C6032E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6032E is #39FCD1. Grayscale: #424242. Windows color (decimal): -3800274 or 3015622. OLE color: 3015622.

HSL color Cylindrical-coordinate representation of color #C6032E: hue angle of 346.77º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C6032E is Cyan = 0, Magento = 0.98, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 3 46 -
CMYK 0 0.98 0.77 0.22
HSL 346.77º 0.97% 0.39% -
HSV(B) 346.77º 0.98% 0.78% -
XYZ 23.81 12.27 3.7 -
YUV 66.21 116.6 222 -
System Red Green Blue C M Y K H S L
Decimal 198 3 46 0 0.98 0.77 0.22 346.77 0.97 0.39
Hex C6 3 2E 0 62 4D 16 15B 61 27
Octal 306 3 56 0 142 115 26 533 141 47
Binary 11000110 11 101110 0 1100010 1001101 10110 101011011 1100001 100111

Color Harmonies of #C6032E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6032E

Black with #C6032E

Text Example


Text Example

White with #C6032E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6032E; }

 p { color: rgb(198,3,46); }

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

background-color css

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

 a { background-color: rgb(198,3,46); }

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

border-color css

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

 span { border-color: rgb(198,3,46); }

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