Html Css Color HEX #D3330D Harley Davidson Orange

📋 copy color: '#D3330D'

red 211 ◦ green 51 ◦ blue 13

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

Shades of Harley Davidson Orange #D3330D

Tints of Harley Davidson Orange #D3330D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.73%

R = 76.73%
G = 18.55%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.17

RGB Variations

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

Color information

#D3330D (or 0xD3330D) is known color: Harley Davidson Orange. HEX triplet: D3, 33 and 0D. RGB value is (211,51,13). Sum of RGB (Red+Green+Blue) = 211+51+13=275 (36% of max value = 765). Red value is 211 (82.81% from 255 or 76.73% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 211 - color contains mainly: red. Hex color #D3330D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D3330D is #2CCCF2. Grayscale: #5E5E5E. Windows color (decimal): -2936051 or 865235. OLE color: 865235.

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

Color convert

RGB 211 51 13 -
CMYK 0 0.76 0.94 0.17
HSL 11.52º 0.88% 0.44% -
HSV(B) 11.52º 0.94% 0.83% -
XYZ 28.12 16.25 2.03 -
YUV 94.51 82.01 211.09 -
System Red Green Blue C M Y K H S L
Decimal 211 51 13 0 0.76 0.94 0.17 11.52 0.88 0.44
Hex D3 33 D 0 4C 5E 11 C 58 2C
Octal 323 63 15 0 114 136 21 14 130 54
Binary 11010011 110011 1101 0 1001100 1011110 10001 1100 1011000 101100

Color Harmonies of #D3330D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3330D

Black with #D3330D

Text Example


Text Example

White with #D3330D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3330D; }

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

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

background-color css

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

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

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

border-color css

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

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

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