Html Css Color HEX #DD330C Harley Davidson Orange

📋 copy color: '#DD330C'

red 221 ◦ green 51 ◦ blue 12

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

Shades of Harley Davidson Orange #DD330C

Tints of Harley Davidson Orange #DD330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.96%

 BLUE value IS 12 (5.08% from 255) = 4.23%

R = 77.82%
G = 17.96%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD330C (or 0xDD330C) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 0C. RGB value is (221,51,12). Sum of RGB (Red+Green+Blue) = 221+51+12=284 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.82% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 221 - color contains mainly: red. Hex color #DD330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD330C is #22CCF3. Grayscale: #616161. Windows color (decimal): -2280692 or 799709. OLE color: 799709.

HSL color Cylindrical-coordinate representation of color #DD330C: hue angle of 11.2º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD330C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 51 12 -
CMYK 0 0.77 0.95 0.13
HSL 11.2º 0.9% 0.46% -
HSV(B) 11.2º 0.95% 0.87% -
XYZ 31.07 17.77 2.14 -
YUV 97.38 79.82 216.17 -
System Red Green Blue C M Y K H S L
Decimal 221 51 12 0 0.77 0.95 0.13 11.2 0.9 0.46
Hex DD 33 C 0 4D 5F D B 5A 2E
Octal 335 63 14 0 115 137 15 13 132 56
Binary 11011101 110011 1100 0 1001101 1011111 1101 1011 1011010 101110

Color Harmonies of #DD330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD330C

Black with #DD330C

Text Example


Text Example

White with #DD330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD330C; }

 p { color: rgb(221,51,12); }

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

background-color css

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

 a { background-color: rgb(221,51,12); }

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

border-color css

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

 span { border-color: rgb(221,51,12); }

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