Html Css Color HEX #DD360C Harley Davidson Orange

📋 copy color: '#DD360C'

red 221 ◦ green 54 ◦ blue 12

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

Shades of Harley Davidson Orange #DD360C

Tints of Harley Davidson Orange #DD360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.82%

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

R = 77%
G = 18.82%
B = 4.18%

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

#DD360C (or 0xDD360C) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 0C. RGB value is (221,54,12). Sum of RGB (Red+Green+Blue) = 221+54+12=287 (38% of max value = 765). Red value is 221 (86.72% from 255 or 77.00% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 12 (5.08% from 255 or 4.18% from 287); Max value from RGB is 221 - color contains mainly: red. Hex color #DD360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD360C is #22C9F3. Grayscale: #636363. Windows color (decimal): -2279924 or 800477. OLE color: 800477.

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

Color convert

RGB 221 54 12 -
CMYK 0 0.76 0.95 0.13
HSL 12.06º 0.9% 0.46% -
HSV(B) 12.06º 0.95% 0.87% -
XYZ 31.2 18.04 2.18 -
YUV 99.15 78.83 214.92 -
System Red Green Blue C M Y K H S L
Decimal 221 54 12 0 0.76 0.95 0.13 12.06 0.9 0.46
Hex DD 36 C 0 4C 5F D C 5A 2E
Octal 335 66 14 0 114 137 15 14 132 56
Binary 11011101 110110 1100 0 1001100 1011111 1101 1100 1011010 101110

Color Harmonies of #DD360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD360C

Black with #DD360C

Text Example


Text Example

White with #DD360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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