Html Css Color HEX #C6052D Fire Engine Red

📋 copy color: '#C6052D'

red 198 ◦ green 5 ◦ blue 45

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

Shades of Fire Engine Red #C6052D

Tints of Fire Engine Red #C6052D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.15%

R = 79.84%
G = 2.02%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C6052D (or 0xC6052D) is known color: Fire Engine Red. HEX triplet: C6, 05 and 2D. RGB value is (198,5,45). Sum of RGB (Red+Green+Blue) = 198+5+45=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C6052D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6052D is #39FAD2. Grayscale: #434343. Windows color (decimal): -3799763 or 2950598. OLE color: 2950598.

HSL color Cylindrical-coordinate representation of color #C6052D: hue angle of 347.56º 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 #C6052D is Cyan = 0, Magento = 0.97, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 5 45 -
CMYK 0 0.97 0.77 0.22
HSL 347.56º 0.95% 0.4% -
HSV(B) 347.56º 0.97% 0.78% -
XYZ 23.82 12.3 3.6 -
YUV 67.27 115.44 221.25 -
System Red Green Blue C M Y K H S L
Decimal 198 5 45 0 0.97 0.77 0.22 347.56 0.95 0.4
Hex C6 5 2D 0 61 4D 16 15C 5F 28
Octal 306 5 55 0 141 115 26 534 137 50
Binary 11000110 101 101101 0 1100001 1001101 10110 101011100 1011111 101000

Color Harmonies of #C6052D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6052D

Black with #C6052D

Text Example


Text Example

White with #C6052D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6052D; }

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

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

background-color css

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

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

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

border-color css

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

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

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