Html Css Color HEX #DD370C Harley Davidson Orange

📋 copy color: '#DD370C'

red 221 ◦ green 55 ◦ blue 12

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

Shades of Harley Davidson Orange #DD370C

Tints of Harley Davidson Orange #DD370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.1%

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

R = 76.74%
G = 19.1%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD370C (or 0xDD370C) is known color: Harley Davidson Orange. HEX triplet: DD, 37 and 0C. RGB value is (221,55,12). Sum of RGB (Red+Green+Blue) = 221+55+12=288 (38% of max value = 765). Red value is 221 (86.72% from 255 or 76.74% from 288); Green value is 55 (21.88% from 255 or 19.10% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 221 - color contains mainly: red. Hex color #DD370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD370C is #22C8F3. Grayscale: #646464. Windows color (decimal): -2279668 or 800733. OLE color: 800733.

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

Color convert

RGB 221 55 12 -
CMYK 0 0.75 0.95 0.13
HSL 12.34º 0.9% 0.46% -
HSV(B) 12.34º 0.95% 0.87% -
XYZ 31.25 18.13 2.2 -
YUV 99.73 78.5 214.5 -
System Red Green Blue C M Y K H S L
Decimal 221 55 12 0 0.75 0.95 0.13 12.34 0.9 0.46
Hex DD 37 C 0 4B 5F D C 5A 2E
Octal 335 67 14 0 113 137 15 14 132 56
Binary 11011101 110111 1100 0 1001011 1011111 1101 1100 1011010 101110

Color Harmonies of #DD370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD370C

Black with #DD370C

Text Example


Text Example

White with #DD370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD370C; }

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

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

background-color css

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

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

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

border-color css

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

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

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