Html Css Color HEX #C60D2D Fire Engine Red

📋 copy color: '#C60D2D'

red 198 ◦ green 13 ◦ blue 45

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

Shades of Fire Engine Red #C60D2D

Tints of Fire Engine Red #C60D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.58%

R = 77.34%
G = 5.08%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C60D2D (or 0xC60D2D) is known color: Fire Engine Red. HEX triplet: C6, 0D and 2D. RGB value is (198,13,45). Sum of RGB (Red+Green+Blue) = 198+13+45=256 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.34% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 45 (17.97% from 255 or 17.58% from 256); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D2D is #39F2D2. Grayscale: #484848. Windows color (decimal): -3797715 or 2952646. OLE color: 2952646.

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

Color convert

RGB 198 13 45 -
CMYK 0 0.93 0.77 0.22
HSL 349.62º 0.88% 0.41% -
HSV(B) 349.62º 0.93% 0.78% -
XYZ 23.91 12.48 3.63 -
YUV 71.96 112.79 217.9 -
System Red Green Blue C M Y K H S L
Decimal 198 13 45 0 0.93 0.77 0.22 349.62 0.88 0.41
Hex C6 D 2D 0 5D 4D 16 15E 58 29
Octal 306 15 55 0 135 115 26 536 130 51
Binary 11000110 1101 101101 0 1011101 1001101 10110 101011110 1011000 101001

Color Harmonies of #C60D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D2D

Black with #C60D2D

Text Example


Text Example

White with #C60D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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