Html Css Color HEX #C6082A Fire Engine Red

📋 copy color: '#C6082A'

red 198 ◦ green 8 ◦ blue 42

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

Shades of Fire Engine Red #C6082A

Tints of Fire Engine Red #C6082A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

 BLUE value IS 42 (16.8% from 255) = 16.94%

R = 79.84%
G = 3.23%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6082A (or 0xC6082A) is known color: Fire Engine Red. HEX triplet: C6, 08 and 2A. RGB value is (198,8,42). Sum of RGB (Red+Green+Blue) = 198+8+42=248 (32% of max value = 765). Red value is 198 (77.73% from 255 or 79.84% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 198 - color contains mainly: red. Hex color #C6082A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6082A is #39F7D5. Grayscale: #444444. Windows color (decimal): -3798998 or 2754758. OLE color: 2754758.

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

Color convert

RGB 198 8 42 -
CMYK 0 0.96 0.79 0.22
HSL 349.26º 0.92% 0.4% -
HSV(B) 349.26º 0.96% 0.78% -
XYZ 23.79 12.35 3.32 -
YUV 68.69 112.95 220.24 -
System Red Green Blue C M Y K H S L
Decimal 198 8 42 0 0.96 0.79 0.22 349.26 0.92 0.4
Hex C6 8 2A 0 60 4F 16 15D 5C 28
Octal 306 10 52 0 140 117 26 535 134 50
Binary 11000110 1000 101010 0 1100000 1001111 10110 101011101 1011100 101000

Color Harmonies of #C6082A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6082A

Black with #C6082A

Text Example


Text Example

White with #C6082A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6082A; }

 p { color: rgb(198,8,42); }

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

background-color css

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

 a { background-color: rgb(198,8,42); }

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

border-color css

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

 span { border-color: rgb(198,8,42); }

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