Html Css Color HEX #DD330A Harley Davidson Orange

📋 copy color: '#DD330A'

red 221 ◦ green 51 ◦ blue 10

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

Shades of Harley Davidson Orange #DD330A

Tints of Harley Davidson Orange #DD330A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.55%

R = 78.37%
G = 18.09%
B = 3.55%

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

#DD330A (or 0xDD330A) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 0A. RGB value is (221,51,10). Sum of RGB (Red+Green+Blue) = 221+51+10=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 10 (4.30% from 255 or 3.55% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD330A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD330A is #22CCF5. Grayscale: #616161. Windows color (decimal): -2280694 or 668637. OLE color: 668637.

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

Color convert

RGB 221 51 10 -
CMYK 0 0.77 0.95 0.13
HSL 11.66º 0.91% 0.45% -
HSV(B) 11.66º 0.95% 0.87% -
XYZ 31.06 17.76 2.08 -
YUV 97.16 78.82 216.33 -
System Red Green Blue C M Y K H S L
Decimal 221 51 10 0 0.77 0.95 0.13 11.66 0.91 0.45
Hex DD 33 A 0 4D 5F D C 5B 2D
Octal 335 63 12 0 115 137 15 14 133 55
Binary 11011101 110011 1010 0 1001101 1011111 1101 1100 1011011 101101

Color Harmonies of #DD330A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD330A

Black with #DD330A

Text Example


Text Example

White with #DD330A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD330A; }

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

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

background-color css

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

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

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

border-color css

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

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

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