Html Css Color HEX #D33700 Harley Davidson Orange

📋 copy color: '#D33700'

red 211 ◦ green 55 ◦ blue 0

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

Shades of Harley Davidson Orange #D33700

Tints of Harley Davidson Orange #D33700

RGB

 RED value IS 211 (82.81% from 255) = 79.32%

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

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

R = 79.32%
G = 20.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D33700 (or 0xD33700) is known color: Harley Davidson Orange. HEX triplet: D3, 37 and 00. RGB value is (211,55,0). Sum of RGB (Red+Green+Blue) = 211+55+0=266 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.32% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 0 (0.39% from 255 or 0% from 266); Max value from RGB is 211 - color contains mainly: red. Hex color #D33700 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33700 is #2CC8FF. Grayscale: #5F5F5F. Windows color (decimal): -2935040 or 14291. OLE color: 14291.

HSL color Cylindrical-coordinate representation of color #D33700: hue angle of 15.64º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D33700 is Cyan = 0, Magento = 0.74, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 55 0 -
CMYK 0 0.74 1 0.17
HSL 15.64º 1% 0.41% -
HSV(B) 15.64º 1% 0.83% -
XYZ 28.23 16.58 1.71 -
YUV 95.37 74.18 210.47 -
System Red Green Blue C M Y K H S L
Decimal 211 55 0 0 0.74 1 0.17 15.64 1 0.41
Hex D3 37 0 0 4A 64 11 10 64 29
Octal 323 67 0 0 112 144 21 20 144 51
Binary 11010011 110111 0 0 1001010 1100100 10001 10000 1100100 101001

Color Harmonies of #D33700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33700

Black with #D33700

Text Example


Text Example

White with #D33700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33700; }

 p { color: rgb(211,55,0); }

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

background-color css

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

 a { background-color: rgb(211,55,0); }

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

border-color css

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

 span { border-color: rgb(211,55,0); }

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