Html Css Color HEX #DD340C Harley Davidson Orange

📋 copy color: '#DD340C'

red 221 ◦ green 52 ◦ blue 12

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

Shades of Harley Davidson Orange #DD340C

Tints of Harley Davidson Orange #DD340C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.21%

R = 77.54%
G = 18.25%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD340C (or 0xDD340C) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 0C. RGB value is (221,52,12). Sum of RGB (Red+Green+Blue) = 221+52+12=285 (37% of max value = 765). Red value is 221 (86.72% from 255 or 77.54% from 285); Green value is 52 (20.70% from 255 or 18.25% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 221 - color contains mainly: red. Hex color #DD340C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD340C is #22CBF3. Grayscale: #626262. Windows color (decimal): -2280436 or 799965. OLE color: 799965.

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

Color convert

RGB 221 52 12 -
CMYK 0 0.76 0.95 0.13
HSL 11.48º 0.9% 0.46% -
HSV(B) 11.48º 0.95% 0.87% -
XYZ 31.11 17.85 2.15 -
YUV 97.97 79.49 215.75 -
System Red Green Blue C M Y K H S L
Decimal 221 52 12 0 0.76 0.95 0.13 11.48 0.9 0.46
Hex DD 34 C 0 4C 5F D B 5A 2E
Octal 335 64 14 0 114 137 15 13 132 56
Binary 11011101 110100 1100 0 1001100 1011111 1101 1011 1011010 101110

Color Harmonies of #DD340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD340C

Black with #DD340C

Text Example


Text Example

White with #DD340C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD340C; }

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

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

background-color css

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

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

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

border-color css

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

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

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