Html Css Color HEX #DD3D02 Harley Davidson Orange

📋 copy color: '#DD3D02'

red 221 ◦ green 61 ◦ blue 2

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

Shades of Harley Davidson Orange #DD3D02

Tints of Harley Davidson Orange #DD3D02

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.48%

 BLUE value IS 2 (1.17% from 255) = 0.7%

R = 77.82%
G = 21.48%
B = 0.7%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.13

RGB Variations

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

Color information

#DD3D02 (or 0xDD3D02) is known color: Harley Davidson Orange. HEX triplet: DD, 3D and 02. RGB value is (221,61,2). Sum of RGB (Red+Green+Blue) = 221+61+2=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 2 (1.17% from 255 or 0.70% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3D02 is #22C2FD. Grayscale: #666666. Windows color (decimal): -2278142 or 146909. OLE color: 146909.

HSL color Cylindrical-coordinate representation of color #DD3D02: hue angle of 16.16º degrees, saturation: 0.98, 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 #DD3D02 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 61 2 -
CMYK 0 0.72 0.99 0.13
HSL 16.16º 0.98% 0.44% -
HSV(B) 16.16º 0.99% 0.87% -
XYZ 31.5 18.71 2.01 -
YUV 102.11 71.51 212.8 -
System Red Green Blue C M Y K H S L
Decimal 221 61 2 0 0.72 0.99 0.13 16.16 0.98 0.44
Hex DD 3D 2 0 48 63 D 10 62 2C
Octal 335 75 2 0 110 143 15 20 142 54
Binary 11011101 111101 10 0 1001000 1100011 1101 10000 1100010 101100

Color Harmonies of #DD3D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3D02

Black with #DD3D02

Text Example


Text Example

White with #DD3D02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3D02; }

 p { color: rgb(221,61,2); }

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

background-color css

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

 a { background-color: rgb(221,61,2); }

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

border-color css

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

 span { border-color: rgb(221,61,2); }

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