Html Css Color HEX #DD3314 Harley Davidson Orange

📋 copy color: '#DD3314'

red 221 ◦ green 51 ◦ blue 20

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

Shades of Harley Davidson Orange #DD3314

Tints of Harley Davidson Orange #DD3314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.85%

R = 75.68%
G = 17.47%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DD3314 (or 0xDD3314) is known color: Harley Davidson Orange. HEX triplet: DD, 33 and 14. RGB value is (221,51,20). Sum of RGB (Red+Green+Blue) = 221+51+20=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 20 (8.20% from 255 or 6.85% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3314 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3314 is #22CCEB. Grayscale: #626262. Windows color (decimal): -2280684 or 1323997. OLE color: 1323997.

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

Color convert

RGB 221 51 20 -
CMYK 0 0.77 0.91 0.13
HSL 9.25º 0.83% 0.47% -
HSV(B) 9.25º 0.91% 0.87% -
XYZ 31.13 17.79 2.46 -
YUV 98.3 83.82 215.52 -
System Red Green Blue C M Y K H S L
Decimal 221 51 20 0 0.77 0.91 0.13 9.25 0.83 0.47
Hex DD 33 14 0 4D 5B D 9 53 2F
Octal 335 63 24 0 115 133 15 11 123 57
Binary 11011101 110011 10100 0 1001101 1011011 1101 1001 1010011 101111

Color Harmonies of #DD3314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3314

Black with #DD3314

Text Example


Text Example

White with #DD3314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3314; }

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

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

background-color css

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

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

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

border-color css

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

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

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