Html Css Color HEX #DD0623 Fire Engine Red

📋 copy color: '#DD0623'

red 221 ◦ green 6 ◦ blue 35

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

Shades of Fire Engine Red #DD0623

Tints of Fire Engine Red #DD0623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.36%

R = 84.35%
G = 2.29%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DD0623 (or 0xDD0623) is known color: Fire Engine Red. HEX triplet: DD, 06 and 23. RGB value is (221,6,35). Sum of RGB (Red+Green+Blue) = 221+6+35=262 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.35% from 262); Green value is 6 (2.73% from 255 or 2.29% from 262); Blue value is 35 (14.06% from 255 or 13.36% from 262); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0623 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0623 is #22F9DC. Grayscale: #494949. Windows color (decimal): -2292189 or 2295517. OLE color: 2295517.

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

Color convert

RGB 221 6 35 -
CMYK 0 0.97 0.84 0.13
HSL 351.91º 0.95% 0.45% -
HSV(B) 351.91º 0.97% 0.87% -
XYZ 30.19 15.62 3.01 -
YUV 73.59 106.23 233.14 -
System Red Green Blue C M Y K H S L
Decimal 221 6 35 0 0.97 0.84 0.13 351.91 0.95 0.45
Hex DD 6 23 0 61 54 D 160 5F 2D
Octal 335 6 43 0 141 124 15 540 137 55
Binary 11011101 110 100011 0 1100001 1010100 1101 101100000 1011111 101101

Color Harmonies of #DD0623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD0623

Black with #DD0623

Text Example


Text Example

White with #DD0623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD0623; }

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

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

background-color css

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

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

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

border-color css

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

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

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