Html Css Color HEX #D33310 Harley Davidson Orange

📋 copy color: '#D33310'

red 211 ◦ green 51 ◦ blue 16

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

Shades of Harley Davidson Orange #D33310

Tints of Harley Davidson Orange #D33310

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.35%

 BLUE value IS 16 (6.64% from 255) = 5.76%

R = 75.9%
G = 18.35%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D33310 (or 0xD33310) is known color: Harley Davidson Orange. HEX triplet: D3, 33 and 10. RGB value is (211,51,16). Sum of RGB (Red+Green+Blue) = 211+51+16=278 (36% of max value = 765). Red value is 211 (82.81% from 255 or 75.90% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 16 (6.64% from 255 or 5.76% from 278); Max value from RGB is 211 - color contains mainly: red. Hex color #D33310 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D33310 is #2CCCEF. Grayscale: #5F5F5F. Windows color (decimal): -2936048 or 1061843. OLE color: 1061843.

HSL color Cylindrical-coordinate representation of color #D33310: hue angle of 10.77º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D33310 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 51 16 -
CMYK 0 0.76 0.92 0.17
HSL 10.77º 0.86% 0.45% -
HSV(B) 10.77º 0.92% 0.83% -
XYZ 28.14 16.25 2.14 -
YUV 94.85 83.51 210.85 -
System Red Green Blue C M Y K H S L
Decimal 211 51 16 0 0.76 0.92 0.17 10.77 0.86 0.45
Hex D3 33 10 0 4C 5C 11 B 56 2D
Octal 323 63 20 0 114 134 21 13 126 55
Binary 11010011 110011 10000 0 1001100 1011100 10001 1011 1010110 101101

Color Harmonies of #D33310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D33310

Black with #D33310

Text Example


Text Example

White with #D33310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D33310; }

 p { color: rgb(211,51,16); }

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

background-color css

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

 a { background-color: rgb(211,51,16); }

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

border-color css

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

 span { border-color: rgb(211,51,16); }

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