Html Css Color HEX #DD3C06 Harley Davidson Orange

📋 copy color: '#DD3C06'

red 221 ◦ green 60 ◦ blue 6

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

Shades of Harley Davidson Orange #DD3C06

Tints of Harley Davidson Orange #DD3C06

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.91%

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

R = 77%
G = 20.91%
B = 2.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD3C06 (or 0xDD3C06) is known color: Harley Davidson Orange. HEX triplet: DD, 3C and 06. RGB value is (221,60,6). Sum of RGB (Red+Green+Blue) = 221+60+6=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 60 (23.83% from 255 or 20.91% from 287); Blue value is 6 (2.73% from 255 or 2.09% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3C06 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3C06 is #22C3F9. Grayscale: #666666. Windows color (decimal): -2278394 or 408797. OLE color: 408797.

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

Color convert

RGB 221 60 6 -
CMYK 0 0.73 0.97 0.13
HSL 15.07º 0.95% 0.45% -
HSV(B) 15.07º 0.97% 0.87% -
XYZ 31.47 18.62 2.11 -
YUV 101.98 73.84 212.89 -
System Red Green Blue C M Y K H S L
Decimal 221 60 6 0 0.73 0.97 0.13 15.07 0.95 0.45
Hex DD 3C 6 0 49 61 D F 5F 2D
Octal 335 74 6 0 111 141 15 17 137 55
Binary 11011101 111100 110 0 1001001 1100001 1101 1111 1011111 101101

Color Harmonies of #DD3C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3C06

Black with #DD3C06

Text Example


Text Example

White with #DD3C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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