Html Css Color HEX #D33800 Harley Davidson Orange

📋 copy color: '#D33800'

red 211 ◦ green 56 ◦ blue 0

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

Shades of Harley Davidson Orange #D33800

Tints of Harley Davidson Orange #D33800

RGB

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

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

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

R = 79.03%
G = 20.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D33800 (or 0xD33800) is known color: Harley Davidson Orange. HEX triplet: D3, 38 and 00. RGB value is (211,56,0). Sum of RGB (Red+Green+Blue) = 211+56+0=267 (35% of max value = 765). Red value is 211 (82.81% from 255 or 79.03% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 211 - color contains mainly: red. Hex color #D33800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33800 is #2CC7FF. Grayscale: #606060. Windows color (decimal): -2934784 or 14547. OLE color: 14547.

HSL color Cylindrical-coordinate representation of color #D33800: hue angle of 15.92º 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 #D33800 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 56 0 -
CMYK 0 0.73 1 0.17
HSL 15.92º 1% 0.41% -
HSV(B) 15.92º 1% 0.83% -
XYZ 28.28 16.68 1.73 -
YUV 95.96 73.85 210.05 -
System Red Green Blue C M Y K H S L
Decimal 211 56 0 0 0.73 1 0.17 15.92 1 0.41
Hex D3 38 0 0 49 64 11 10 64 29
Octal 323 70 0 0 111 144 21 20 144 51
Binary 11010011 111000 0 0 1001001 1100100 10001 10000 1100100 101001

Color Harmonies of #D33800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33800

Black with #D33800

Text Example


Text Example

White with #D33800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33800; }

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

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

background-color css

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

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

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

border-color css

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

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

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