Html Css Color HEX #DD2F09 Harley Davidson Orange

📋 copy color: '#DD2F09'

red 221 ◦ green 47 ◦ blue 9

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

Shades of Harley Davidson Orange #DD2F09

Tints of Harley Davidson Orange #DD2F09

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.97%

 BLUE value IS 9 (3.91% from 255) = 3.25%

R = 79.78%
G = 16.97%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD2F09 (or 0xDD2F09) is known color: Harley Davidson Orange. HEX triplet: DD, 2F and 09. RGB value is (221,47,9). Sum of RGB (Red+Green+Blue) = 221+47+9=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2F09 is #22D0F6. Grayscale: #5F5F5F. Windows color (decimal): -2281719 or 602077. OLE color: 602077.

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

Color convert

RGB 221 47 9 -
CMYK 0 0.79 0.96 0.13
HSL 10.75º 0.92% 0.45% -
HSV(B) 10.75º 0.96% 0.87% -
XYZ 30.88 17.42 1.99 -
YUV 94.69 79.65 218.09 -
System Red Green Blue C M Y K H S L
Decimal 221 47 9 0 0.79 0.96 0.13 10.75 0.92 0.45
Hex DD 2F 9 0 4F 60 D B 5C 2D
Octal 335 57 11 0 117 140 15 13 134 55
Binary 11011101 101111 1001 0 1001111 1100000 1101 1011 1011100 101101

Color Harmonies of #DD2F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2F09

Black with #DD2F09

Text Example


Text Example

White with #DD2F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2F09; }

 p { color: rgb(221,47,9); }

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

background-color css

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

 a { background-color: rgb(221,47,9); }

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

border-color css

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

 span { border-color: rgb(221,47,9); }

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