Html Css Color HEX #DC0628 Fire Engine Red

📋 copy color: '#DC0628'

red 220 ◦ green 6 ◦ blue 40

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

Shades of Fire Engine Red #DC0628

Tints of Fire Engine Red #DC0628

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 40 (16.02% from 255) = 15.04%

R = 82.71%
G = 2.26%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.14

RGB Variations

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

Color information

#DC0628 (or 0xDC0628) is known color: Fire Engine Red. HEX triplet: DC, 06 and 28. RGB value is (220,6,40). Sum of RGB (Red+Green+Blue) = 220+6+40=266 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.71% from 266); Green value is 6 (2.73% from 255 or 2.26% from 266); Blue value is 40 (16.02% from 255 or 15.04% from 266); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0628 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0628 is #23F9D7. Grayscale: #494949. Windows color (decimal): -2357720 or 2623196. OLE color: 2623196.

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

Color convert

RGB 220 6 40 -
CMYK 0 0.97 0.82 0.14
HSL 350.47º 0.95% 0.44% -
HSV(B) 350.47º 0.97% 0.86% -
XYZ 29.96 15.5 3.42 -
YUV 73.86 108.9 232.24 -
System Red Green Blue C M Y K H S L
Decimal 220 6 40 0 0.97 0.82 0.14 350.47 0.95 0.44
Hex DC 6 28 0 61 52 E 15E 5F 2C
Octal 334 6 50 0 141 122 16 536 137 54
Binary 11011100 110 101000 0 1100001 1010010 1110 101011110 1011111 101100

Color Harmonies of #DC0628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0628

Black with #DC0628

Text Example


Text Example

White with #DC0628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0628; }

 p { color: rgb(220,6,40); }

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

background-color css

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

 a { background-color: rgb(220,6,40); }

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

border-color css

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

 span { border-color: rgb(220,6,40); }

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