Html Css Color HEX #C6092C Fire Engine Red

📋 copy color: '#C6092C'

red 198 ◦ green 9 ◦ blue 44

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

Shades of Fire Engine Red #C6092C

Tints of Fire Engine Red #C6092C

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.59%

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

R = 78.88%
G = 3.59%
B = 17.53%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6092C (or 0xC6092C) is known color: Fire Engine Red. HEX triplet: C6, 09 and 2C. RGB value is (198,9,44). Sum of RGB (Red+Green+Blue) = 198+9+44=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 9 (3.91% from 255 or 3.59% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C6092C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C6092C is #39F6D3. Grayscale: #454545. Windows color (decimal): -3798740 or 2886086. OLE color: 2886086.

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

Color convert

RGB 198 9 44 -
CMYK 0 0.95 0.78 0.22
HSL 348.89º 0.91% 0.41% -
HSV(B) 348.89º 0.95% 0.78% -
XYZ 23.84 12.38 3.52 -
YUV 69.5 113.62 219.65 -
System Red Green Blue C M Y K H S L
Decimal 198 9 44 0 0.95 0.78 0.22 348.89 0.91 0.41
Hex C6 9 2C 0 5F 4E 16 15D 5B 29
Octal 306 11 54 0 137 116 26 535 133 51
Binary 11000110 1001 101100 0 1011111 1001110 10110 101011101 1011011 101001

Color Harmonies of #C6092C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6092C

Black with #C6092C

Text Example


Text Example

White with #C6092C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6092C; }

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

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

background-color css

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

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

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

border-color css

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

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

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