Html Css Color HEX #DD3415 Harley Davidson Orange

📋 copy color: '#DD3415'

red 221 ◦ green 52 ◦ blue 21

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

Shades of Harley Davidson Orange #DD3415

Tints of Harley Davidson Orange #DD3415

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.69%

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

R = 75.17%
G = 17.69%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3415 (or 0xDD3415) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 15. RGB value is (221,52,21). Sum of RGB (Red+Green+Blue) = 221+52+21=294 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.17% from 294); Green value is 52 (20.70% from 255 or 17.69% from 294); Blue value is 21 (8.59% from 255 or 7.14% from 294); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3415 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3415 is #22CBEA. Grayscale: #636363. Windows color (decimal): -2280427 or 1389789. OLE color: 1389789.

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

Color convert

RGB 221 52 21 -
CMYK 0 0.76 0.90 0.13
HSL 9.3º 0.83% 0.47% -
HSV(B) 9.3º 0.9% 0.87% -
XYZ 31.18 17.88 2.52 -
YUV 99 83.99 215.02 -
System Red Green Blue C M Y K H S L
Decimal 221 52 21 0 0.76 0.90 0.13 9.3 0.83 0.47
Hex DD 34 15 0 4C 5A D 9 53 2F
Octal 335 64 25 0 114 132 15 11 123 57
Binary 11011101 110100 10101 0 1001100 1011010 1101 1001 1010011 101111

Color Harmonies of #DD3415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3415

Black with #DD3415

Text Example


Text Example

White with #DD3415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3415; }

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

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

background-color css

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

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

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

border-color css

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

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

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