Html Css Color HEX #DD310C Harley Davidson Orange

📋 copy color: '#DD310C'

red 221 ◦ green 49 ◦ blue 12

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

Shades of Harley Davidson Orange #DD310C

Tints of Harley Davidson Orange #DD310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.38%

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

R = 78.37%
G = 17.38%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD310C (or 0xDD310C) is known color: Harley Davidson Orange. HEX triplet: DD, 31 and 0C. RGB value is (221,49,12). Sum of RGB (Red+Green+Blue) = 221+49+12=282 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.37% from 282); Green value is 49 (19.53% from 255 or 17.38% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 221 - color contains mainly: red. Hex color #DD310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD310C is #22CEF3. Grayscale: #606060. Windows color (decimal): -2281204 or 799197. OLE color: 799197.

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

Color convert

RGB 221 49 12 -
CMYK 0 0.78 0.95 0.13
HSL 10.62º 0.9% 0.46% -
HSV(B) 10.62º 0.95% 0.87% -
XYZ 30.98 17.6 2.11 -
YUV 96.21 80.48 217.01 -
System Red Green Blue C M Y K H S L
Decimal 221 49 12 0 0.78 0.95 0.13 10.62 0.9 0.46
Hex DD 31 C 0 4E 5F D B 5A 2E
Octal 335 61 14 0 116 137 15 13 132 56
Binary 11011101 110001 1100 0 1001110 1011111 1101 1011 1011010 101110

Color Harmonies of #DD310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD310C

Black with #DD310C

Text Example


Text Example

White with #DD310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD310C; }

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

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

background-color css

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

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

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

border-color css

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

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

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