Html Css Color HEX #C60D2A Fire Engine Red

📋 copy color: '#C60D2A'

red 198 ◦ green 13 ◦ blue 42

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

Shades of Fire Engine Red #C60D2A

Tints of Fire Engine Red #C60D2A

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.14%

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

R = 78.26%
G = 5.14%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C60D2A (or 0xC60D2A) is known color: Fire Engine Red. HEX triplet: C6, 0D and 2A. RGB value is (198,13,42). Sum of RGB (Red+Green+Blue) = 198+13+42=253 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.26% from 253); Green value is 13 (5.47% from 255 or 5.14% from 253); Blue value is 42 (16.80% from 255 or 16.60% from 253); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D2A is #39F2D5. Grayscale: #474747. Windows color (decimal): -3797718 or 2756038. OLE color: 2756038.

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

Color convert

RGB 198 13 42 -
CMYK 0 0.93 0.79 0.22
HSL 350.59º 0.88% 0.41% -
HSV(B) 350.59º 0.93% 0.78% -
XYZ 23.85 12.46 3.34 -
YUV 71.62 111.29 218.14 -
System Red Green Blue C M Y K H S L
Decimal 198 13 42 0 0.93 0.79 0.22 350.59 0.88 0.41
Hex C6 D 2A 0 5D 4F 16 15F 58 29
Octal 306 15 52 0 135 117 26 537 130 51
Binary 11000110 1101 101010 0 1011101 1001111 10110 101011111 1011000 101001

Color Harmonies of #C60D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D2A

Black with #C60D2A

Text Example


Text Example

White with #C60D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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