Html Css Color HEX #DD330F Harley Davidson Orange

📋 copy color: '#DD330F'

red 221 ◦ green 51 ◦ blue 15

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

Shades of Harley Davidson Orange #DD330F

Tints of Harley Davidson Orange #DD330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.23%

R = 77%
G = 17.77%
B = 5.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DD330F (or 0xDD330F) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 0F. RGB value is (221,51,15). Sum of RGB (Red+Green+Blue) = 221+51+15=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 51 (20.31% from 255 or 17.77% from 287); Blue value is 15 (6.25% from 255 or 5.23% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD330F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD330F is #22CCF0. Grayscale: #626262. Windows color (decimal): -2280689 or 996317. OLE color: 996317.

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

Color convert

RGB 221 51 15 -
CMYK 0 0.77 0.93 0.13
HSL 10.49º 0.87% 0.46% -
HSV(B) 10.49º 0.93% 0.87% -
XYZ 31.09 17.77 2.24 -
YUV 97.73 81.32 215.93 -
System Red Green Blue C M Y K H S L
Decimal 221 51 15 0 0.77 0.93 0.13 10.49 0.87 0.46
Hex DD 33 F 0 4D 5D D A 57 2E
Octal 335 63 17 0 115 135 15 12 127 56
Binary 11011101 110011 1111 0 1001101 1011101 1101 1010 1010111 101110

Color Harmonies of #DD330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD330F

Black with #DD330F

Text Example


Text Example

White with #DD330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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