Html Css Color HEX #C60D21 Fire Engine Red

📋 copy color: '#C60D21'

red 198 ◦ green 13 ◦ blue 33

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

Shades of Fire Engine Red #C60D21

Tints of Fire Engine Red #C60D21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.52%

R = 81.15%
G = 5.33%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C60D21 (or 0xC60D21) is known color: Fire Engine Red. HEX triplet: C6, 0D and 21. RGB value is (198,13,33). Sum of RGB (Red+Green+Blue) = 198+13+33=244 (32% of max value = 765). Red value is 198 (77.73% from 255 or 81.15% from 244); Green value is 13 (5.47% from 255 or 5.33% from 244); Blue value is 33 (13.28% from 255 or 13.52% from 244); Max value from RGB is 198 - color contains mainly: red. Hex color #C60D21 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #C60D21 is #39F2DE. Grayscale: #464646. Windows color (decimal): -3797727 or 2166214. OLE color: 2166214.

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

Color convert

RGB 198 13 33 -
CMYK 0 0.93 0.83 0.22
HSL 353.51º 0.88% 0.41% -
HSV(B) 353.51º 0.93% 0.78% -
XYZ 23.71 12.4 2.58 -
YUV 70.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 198 13 33 0 0.93 0.83 0.22 353.51 0.88 0.41
Hex C6 D 21 0 5D 53 16 162 58 29
Octal 306 15 41 0 135 123 26 542 130 51
Binary 11000110 1101 100001 0 1011101 1010011 10110 101100010 1011000 101001

Color Harmonies of #C60D21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C60D21

Black with #C60D21

Text Example


Text Example

White with #C60D21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C60D21; }

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

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

background-color css

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

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

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

border-color css

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

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

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