Html Css Color HEX #C60A27 Fire Engine Red

📋 copy color: '#C60A27'

red 198 ◦ green 10 ◦ blue 39

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

Shades of Fire Engine Red #C60A27

Tints of Fire Engine Red #C60A27

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.05%

 BLUE value IS 39 (15.63% from 255) = 15.79%

R = 80.16%
G = 4.05%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.80

 K value IS 0.22

RGB Variations

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

Color information

#C60A27 (or 0xC60A27) is known color: Fire Engine Red. HEX triplet: C6, 0A and 27. RGB value is (198,10,39). Sum of RGB (Red+Green+Blue) = 198+10+39=247 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.16% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 198 - color contains mainly: red. Hex color #C60A27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60A27 is #39F5D8. Grayscale: #454545. Windows color (decimal): -3798489 or 2558662. OLE color: 2558662.

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

Color convert

RGB 198 10 39 -
CMYK 0 0.95 0.80 0.22
HSL 350.74º 0.9% 0.41% -
HSV(B) 350.74º 0.95% 0.78% -
XYZ 23.76 12.37 3.05 -
YUV 69.52 110.78 219.64 -
System Red Green Blue C M Y K H S L
Decimal 198 10 39 0 0.95 0.80 0.22 350.74 0.9 0.41
Hex C6 A 27 0 5F 50 16 15F 5A 29
Octal 306 12 47 0 137 120 26 537 132 51
Binary 11000110 1010 100111 0 1011111 1010000 10110 101011111 1011010 101001

Color Harmonies of #C60A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60A27

Black with #C60A27

Text Example


Text Example

White with #C60A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60A27; }

 p { color: rgb(198,10,39); }

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

background-color css

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

 a { background-color: rgb(198,10,39); }

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

border-color css

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

 span { border-color: rgb(198,10,39); }

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