Html Css Color HEX #DC0F26 Fire Engine Red

📋 copy color: '#DC0F26'

red 220 ◦ green 15 ◦ blue 38

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

Shades of Fire Engine Red #DC0F26

Tints of Fire Engine Red #DC0F26

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.49%

 BLUE value IS 38 (15.23% from 255) = 13.92%

R = 80.59%
G = 5.49%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC0F26 (or 0xDC0F26) is known color: Fire Engine Red. HEX triplet: DC, 0F and 26. RGB value is (220,15,38). Sum of RGB (Red+Green+Blue) = 220+15+38=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 38 (15.23% from 255 or 13.92% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0F26 is #23F0D9. Grayscale: #4F4F4F. Windows color (decimal): -2355418 or 2494428. OLE color: 2494428.

HSL color Cylindrical-coordinate representation of color #DC0F26: hue angle of 353.27º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F26 is Cyan = 0, Magento = 0.93, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 15 38 -
CMYK 0 0.93 0.83 0.14
HSL 353.27º 0.87% 0.46% -
HSV(B) 353.27º 0.93% 0.86% -
XYZ 30.04 15.7 3.28 -
YUV 78.92 104.92 228.63 -
System Red Green Blue C M Y K H S L
Decimal 220 15 38 0 0.93 0.83 0.14 353.27 0.87 0.46
Hex DC F 26 0 5D 53 E 161 57 2E
Octal 334 17 46 0 135 123 16 541 127 56
Binary 11011100 1111 100110 0 1011101 1010011 1110 101100001 1010111 101110

Color Harmonies of #DC0F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0F26

Black with #DC0F26

Text Example


Text Example

White with #DC0F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0F26; }

 p { color: rgb(220,15,38); }

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

background-color css

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

 a { background-color: rgb(220,15,38); }

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

border-color css

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

 span { border-color: rgb(220,15,38); }

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