Html Css Color HEX #C60926 Fire Engine Red

📋 copy color: '#C60926'

red 198 ◦ green 9 ◦ blue 38

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

Shades of Fire Engine Red #C60926

Tints of Fire Engine Red #C60926

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.51%

R = 80.82%
G = 3.67%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C60926 (or 0xC60926) is known color: Fire Engine Red. HEX triplet: C6, 09 and 26. RGB value is (198,9,38). Sum of RGB (Red+Green+Blue) = 198+9+38=245 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.82% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 38 (15.23% from 255 or 15.51% from 245); Max value from RGB is 198 - color contains mainly: red. Hex color #C60926 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60926 is #39F6D9. Grayscale: #444444. Windows color (decimal): -3798746 or 2492870. OLE color: 2492870.

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

Color convert

RGB 198 9 38 -
CMYK 0 0.95 0.81 0.22
HSL 350.79º 0.91% 0.41% -
HSV(B) 350.79º 0.95% 0.78% -
XYZ 23.74 12.34 2.96 -
YUV 68.82 110.62 220.14 -
System Red Green Blue C M Y K H S L
Decimal 198 9 38 0 0.95 0.81 0.22 350.79 0.91 0.41
Hex C6 9 26 0 5F 51 16 15F 5B 29
Octal 306 11 46 0 137 121 26 537 133 51
Binary 11000110 1001 100110 0 1011111 1010001 10110 101011111 1011011 101001

Color Harmonies of #C60926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60926

Black with #C60926

Text Example


Text Example

White with #C60926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60926; }

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

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

background-color css

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

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

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

border-color css

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

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

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