Html Css Color HEX #DD1F06 Harley Davidson Orange

📋 copy color: '#DD1F06'

red 221 ◦ green 31 ◦ blue 6

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

Shades of Harley Davidson Orange #DD1F06

Tints of Harley Davidson Orange #DD1F06

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.02%

 BLUE value IS 6 (2.73% from 255) = 2.33%

R = 85.66%
G = 12.02%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD1F06 (or 0xDD1F06) is known color: Harley Davidson Orange. HEX triplet: DD, 1F and 06. RGB value is (221,31,6). Sum of RGB (Red+Green+Blue) = 221+31+6=258 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.66% from 258); Green value is 31 (12.5% from 255 or 12.02% from 258); Blue value is 6 (2.73% from 255 or 2.33% from 258); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1F06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1F06 is #22E0F9. Grayscale: #555555. Windows color (decimal): -2285818 or 401373. OLE color: 401373.

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

Color convert

RGB 221 31 6 -
CMYK 0 0.86 0.97 0.13
HSL 6.98º 0.95% 0.45% -
HSV(B) 6.98º 0.97% 0.87% -
XYZ 30.34 16.37 1.73 -
YUV 84.96 83.45 225.03 -
System Red Green Blue C M Y K H S L
Decimal 221 31 6 0 0.86 0.97 0.13 6.98 0.95 0.45
Hex DD 1F 6 0 56 61 D 7 5F 2D
Octal 335 37 6 0 126 141 15 7 137 55
Binary 11011101 11111 110 0 1010110 1100001 1101 111 1011111 101101

Color Harmonies of #DD1F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1F06

Black with #DD1F06

Text Example


Text Example

White with #DD1F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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