Html Css Color HEX #DC0626 Fire Engine Red

📋 copy color: '#DC0626'

red 220 ◦ green 6 ◦ blue 38

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

Shades of Fire Engine Red #DC0626

Tints of Fire Engine Red #DC0626

RGB

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

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

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

R = 83.33%
G = 2.27%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC0626 (or 0xDC0626) is known color: Fire Engine Red. HEX triplet: DC, 06 and 26. RGB value is (220,6,38). Sum of RGB (Red+Green+Blue) = 220+6+38=264 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.33% from 264); Green value is 6 (2.73% from 255 or 2.27% from 264); Blue value is 38 (15.23% from 255 or 14.39% from 264); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0626 is #23F9D9. Grayscale: #494949. Windows color (decimal): -2357722 or 2492124. OLE color: 2492124.

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

Color convert

RGB 220 6 38 -
CMYK 0 0.97 0.83 0.14
HSL 351.03º 0.95% 0.44% -
HSV(B) 351.03º 0.97% 0.86% -
XYZ 29.93 15.49 3.25 -
YUV 73.63 107.9 232.4 -
System Red Green Blue C M Y K H S L
Decimal 220 6 38 0 0.97 0.83 0.14 351.03 0.95 0.44
Hex DC 6 26 0 61 53 E 15F 5F 2C
Octal 334 6 46 0 141 123 16 537 137 54
Binary 11011100 110 100110 0 1100001 1010011 1110 101011111 1011111 101100

Color Harmonies of #DC0626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0626

Black with #DC0626

Text Example


Text Example

White with #DC0626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0626; }

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

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

background-color css

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

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

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

border-color css

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

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

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