Html Css Color HEX #DD3315 Harley Davidson Orange

📋 copy color: '#DD3315'

red 221 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #DD3315

Tints of Harley Davidson Orange #DD3315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.17%

R = 75.43%
G = 17.41%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3315 (or 0xDD3315) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 15. RGB value is (221,51,21). Sum of RGB (Red+Green+Blue) = 221+51+21=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 51 (20.31% from 255 or 17.41% from 293); Blue value is 21 (8.59% from 255 or 7.17% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3315 is #22CCEA. Grayscale: #626262. Windows color (decimal): -2280683 or 1389533. OLE color: 1389533.

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

Color convert

RGB 221 51 21 -
CMYK 0 0.77 0.90 0.13
HSL 0.83% 0.47% -
HSV(B) 0.9% 0.87% -
XYZ 31.14 17.79 2.5 -
YUV 98.41 84.32 215.44 -
System Red Green Blue C M Y K H S L
Decimal 221 51 21 0 0.77 0.90 0.13 9 0.83 0.47
Hex DD 33 15 0 4D 5A D 9 53 2F
Octal 335 63 25 0 115 132 15 11 123 57
Binary 11011101 110011 10101 0 1001101 1011010 1101 1001 1010011 101111

Color Harmonies of #DD3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3315

Black with #DD3315

Text Example


Text Example

White with #DD3315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3315; }

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

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

background-color css

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

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

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

border-color css

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

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

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