Html Css Color HEX #DD3800 Harley Davidson Orange

📋 copy color: '#DD3800'

red 221 ◦ green 56 ◦ blue 0

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

Shades of Harley Davidson Orange #DD3800

Tints of Harley Davidson Orange #DD3800

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.22%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 79.78%
G = 20.22%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD3800 (or 0xDD3800) is known color: Harley Davidson Orange. HEX triplet: DD, 38 and 00. RGB value is (221,56,0). Sum of RGB (Red+Green+Blue) = 221+56+0=277 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.78% from 277); Green value is 56 (22.27% from 255 or 20.22% from 277); Blue value is 0 (0.39% from 255 or 0% from 277); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3800 is #22C7FF. Grayscale: #636363. Windows color (decimal): -2279424 or 14557. OLE color: 14557.

HSL color Cylindrical-coordinate representation of color #DD3800: hue angle of 15.2º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD3800 is Cyan = 0, Magento = 0.75, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 56 0 -
CMYK 0 0.75 1 0.13
HSL 15.2º 1% 0.43% -
HSV(B) 15.2º 1% 0.87% -
XYZ 31.23 18.2 1.87 -
YUV 98.95 72.16 215.05 -
System Red Green Blue C M Y K H S L
Decimal 221 56 0 0 0.75 1 0.13 15.2 1 0.43
Hex DD 38 0 0 4B 64 D F 64 2B
Octal 335 70 0 0 113 144 15 17 144 53
Binary 11011101 111000 0 0 1001011 1100100 1101 1111 1100100 101011

Color Harmonies of #DD3800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3800

Black with #DD3800

Text Example


Text Example

White with #DD3800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3800; }

 p { color: rgb(221,56,0); }

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

background-color css

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

 a { background-color: rgb(221,56,0); }

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

border-color css

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

 span { border-color: rgb(221,56,0); }

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