Html Css Color HEX #D33C00 Harley Davidson Orange

📋 copy color: '#D33C00'

red 211 ◦ green 60 ◦ blue 0

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

Shades of Harley Davidson Orange #D33C00

Tints of Harley Davidson Orange #D33C00

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.14%

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

R = 77.86%
G = 22.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D33C00 (or 0xD33C00) is known color: Harley Davidson Orange. HEX triplet: D3, 3C and 00. RGB value is (211,60,0). Sum of RGB (Red+Green+Blue) = 211+60+0=271 (35% of max value = 765). Red value is 211 (82.81% from 255 or 77.86% from 271); Green value is 60 (23.83% from 255 or 22.14% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 211 - color contains mainly: red. Hex color #D33C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33C00 is #2CC3FF. Grayscale: #626262. Windows color (decimal): -2933760 or 15571. OLE color: 15571.

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

Color convert

RGB 211 60 0 -
CMYK 0 0.72 1 0.17
HSL 17.06º 1% 0.41% -
HSV(B) 17.06º 1% 0.83% -
XYZ 28.48 17.08 1.8 -
YUV 98.31 72.53 208.38 -
System Red Green Blue C M Y K H S L
Decimal 211 60 0 0 0.72 1 0.17 17.06 1 0.41
Hex D3 3C 0 0 48 64 11 11 64 29
Octal 323 74 0 0 110 144 21 21 144 51
Binary 11010011 111100 0 0 1001000 1100100 10001 10001 1100100 101001

Color Harmonies of #D33C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33C00

Black with #D33C00

Text Example


Text Example

White with #D33C00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33C00; }

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

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

background-color css

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

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

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

border-color css

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

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

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