Html Css Color HEX #DD3B03 Harley Davidson Orange

📋 copy color: '#DD3B03'

red 221 ◦ green 59 ◦ blue 3

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

Shades of Harley Davidson Orange #DD3B03

Tints of Harley Davidson Orange #DD3B03

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.85%

 BLUE value IS 3 (1.56% from 255) = 1.06%

R = 78.09%
G = 20.85%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD3B03 (or 0xDD3B03) is known color: Harley Davidson Orange. HEX triplet: DD, 3B and 03. RGB value is (221,59,3). Sum of RGB (Red+Green+Blue) = 221+59+3=283 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.09% from 283); Green value is 59 (23.44% from 255 or 20.85% from 283); Blue value is 3 (1.56% from 255 or 1.06% from 283); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3B03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3B03 is #22C4FC. Grayscale: #656565. Windows color (decimal): -2278653 or 211933. OLE color: 211933.

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

Color convert

RGB 221 59 3 -
CMYK 0 0.73 0.99 0.13
HSL 15.41º 0.97% 0.44% -
HSV(B) 15.41º 0.99% 0.87% -
XYZ 31.4 18.51 2 -
YUV 101.05 72.67 213.55 -
System Red Green Blue C M Y K H S L
Decimal 221 59 3 0 0.73 0.99 0.13 15.41 0.97 0.44
Hex DD 3B 3 0 49 63 D F 61 2C
Octal 335 73 3 0 111 143 15 17 141 54
Binary 11011101 111011 11 0 1001001 1100011 1101 1111 1100001 101100

Color Harmonies of #DD3B03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3B03

Black with #DD3B03

Text Example


Text Example

White with #DD3B03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3B03; }

 p { color: rgb(221,59,3); }

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

background-color css

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

 a { background-color: rgb(221,59,3); }

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

border-color css

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

 span { border-color: rgb(221,59,3); }

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