Html Css Color HEX #C6052C Fire Engine Red

📋 copy color: '#C6052C'

red 198 ◦ green 5 ◦ blue 44

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

Shades of Fire Engine Red #C6052C

Tints of Fire Engine Red #C6052C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.02%

 BLUE value IS 44 (17.58% from 255) = 17.81%

R = 80.16%
G = 2.02%
B = 17.81%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6052C (or 0xC6052C) is known color: Fire Engine Red. HEX triplet: C6, 05 and 2C. RGB value is (198,5,44). Sum of RGB (Red+Green+Blue) = 198+5+44=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C6052C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6052C is #39FAD3. Grayscale: #434343. Windows color (decimal): -3799764 or 2885062. OLE color: 2885062.

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

Color convert

RGB 198 5 44 -
CMYK 0 0.97 0.78 0.22
HSL 347.88º 0.95% 0.4% -
HSV(B) 347.88º 0.97% 0.78% -
XYZ 23.8 12.3 3.5 -
YUV 67.15 114.94 221.33 -
System Red Green Blue C M Y K H S L
Decimal 198 5 44 0 0.97 0.78 0.22 347.88 0.95 0.4
Hex C6 5 2C 0 61 4E 16 15C 5F 28
Octal 306 5 54 0 141 116 26 534 137 50
Binary 11000110 101 101100 0 1100001 1001110 10110 101011100 1011111 101000

Color Harmonies of #C6052C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6052C

Black with #C6052C

Text Example


Text Example

White with #C6052C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6052C; }

 p { color: rgb(198,5,44); }

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

background-color css

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

 a { background-color: rgb(198,5,44); }

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

border-color css

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

 span { border-color: rgb(198,5,44); }

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