Html Css Color HEX #C6062D Fire Engine Red

📋 copy color: '#C6062D'

red 198 ◦ green 6 ◦ blue 45

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

Shades of Fire Engine Red #C6062D

Tints of Fire Engine Red #C6062D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.41%

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

R = 79.52%
G = 2.41%
B = 18.07%

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

#C6062D (or 0xC6062D) is known color: Fire Engine Red. HEX triplet: C6, 06 and 2D. RGB value is (198,6,45). Sum of RGB (Red+Green+Blue) = 198+6+45=249 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.52% from 249); Green value is 6 (2.73% from 255 or 2.41% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 198 - color contains mainly: red. Hex color #C6062D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6062D is #39F9D2. Grayscale: #434343. Windows color (decimal): -3799507 or 2950854. OLE color: 2950854.

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

Color convert

RGB 198 6 45 -
CMYK 0 0.97 0.77 0.22
HSL 347.81º 0.94% 0.4% -
HSV(B) 347.81º 0.97% 0.78% -
XYZ 23.83 12.33 3.61 -
YUV 67.85 115.11 220.83 -
System Red Green Blue C M Y K H S L
Decimal 198 6 45 0 0.97 0.77 0.22 347.81 0.94 0.4
Hex C6 6 2D 0 61 4D 16 15C 5E 28
Octal 306 6 55 0 141 115 26 534 136 50
Binary 11000110 110 101101 0 1100001 1001101 10110 101011100 1011110 101000

Color Harmonies of #C6062D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6062D

Black with #C6062D

Text Example


Text Example

White with #C6062D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6062D; }

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

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

background-color css

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

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

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

border-color css

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

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

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