Html Css Color HEX #DD0626 Fire Engine Red

📋 copy color: '#DD0626'

red 221 ◦ green 6 ◦ blue 38

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

Shades of Fire Engine Red #DD0626

Tints of Fire Engine Red #DD0626

RGB

 RED value IS 221 (86.72% from 255) = 83.4%

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

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

R = 83.4%
G = 2.26%
B = 14.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DD0626 (or 0xDD0626) is known color: Fire Engine Red. HEX triplet: DD, 06 and 26. RGB value is (221,6,38). Sum of RGB (Red+Green+Blue) = 221+6+38=265 (35% of max value = 765). Red value is 221 (86.72% from 255 or 83.40% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0626 is #22F9D9. Grayscale: #4A4A4A. Windows color (decimal): -2292186 or 2492125. OLE color: 2492125.

HSL color Cylindrical-coordinate representation of color #DD0626: hue angle of 351.07º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DD0626 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 6 38 -
CMYK 0 0.97 0.83 0.13
HSL 351.07º 0.95% 0.45% -
HSV(B) 351.07º 0.97% 0.87% -
XYZ 30.23 15.64 3.26 -
YUV 73.93 107.73 232.9 -
System Red Green Blue C M Y K H S L
Decimal 221 6 38 0 0.97 0.83 0.13 351.07 0.95 0.45
Hex DD 6 26 0 61 53 D 15F 5F 2D
Octal 335 6 46 0 141 123 15 537 137 55
Binary 11011101 110 100110 0 1100001 1010011 1101 101011111 1011111 101101

Color Harmonies of #DD0626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0626

Black with #DD0626

Text Example


Text Example

White with #DD0626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0626; }

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

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

background-color css

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

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

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

border-color css

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

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

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