Html Css Color HEX #DC0C15 Fire Engine Red

📋 copy color: '#DC0C15'

red 220 ◦ green 12 ◦ blue 21

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

Shades of Fire Engine Red #DC0C15

Tints of Fire Engine Red #DC0C15

RGB

 RED value IS 220 (86.33% from 255) = 86.96%

 GREEN value IS 12 (5.08% from 255) = 4.74%

 BLUE value IS 21 (8.59% from 255) = 8.3%

R = 86.96%
G = 4.74%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC0C15 (or 0xDC0C15) is known color: Fire Engine Red. HEX triplet: DC, 0C and 15. RGB value is (220,12,21). Sum of RGB (Red+Green+Blue) = 220+12+21=253 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.96% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 21 (8.59% from 255 or 8.30% from 253); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0C15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0C15 is #23F3EA. Grayscale: #4B4B4B. Windows color (decimal): -2356203 or 1379548. OLE color: 1379548.

HSL color Cylindrical-coordinate representation of color #DC0C15: hue angle of 357.4º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0C15 is Cyan = 0, Magento = 0.95, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 12 21 -
CMYK 0 0.95 0.90 0.14
HSL 357.4º 0.9% 0.45% -
HSV(B) 357.4º 0.95% 0.86% -
XYZ 29.78 15.53 2.14 -
YUV 75.22 97.41 231.27 -
System Red Green Blue C M Y K H S L
Decimal 220 12 21 0 0.95 0.90 0.14 357.4 0.9 0.45
Hex DC C 15 0 5F 5A E 165 5A 2D
Octal 334 14 25 0 137 132 16 545 132 55
Binary 11011100 1100 10101 0 1011111 1011010 1110 101100101 1011010 101101

Color Harmonies of #DC0C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0C15

Black with #DC0C15

Text Example


Text Example

White with #DC0C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0C15; }

 p { color: rgb(220,12,21); }

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

background-color css

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

 a { background-color: rgb(220,12,21); }

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

border-color css

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

 span { border-color: rgb(220,12,21); }

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