Html Css Color HEX #D7330B Harley Davidson Orange

📋 copy color: '#D7330B'

red 215 ◦ green 51 ◦ blue 11

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

Shades of Harley Davidson Orange #D7330B

Tints of Harley Davidson Orange #D7330B

RGB

 RED value IS 215 (84.38% from 255) = 77.62%

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

 BLUE value IS 11 (4.69% from 255) = 3.97%

R = 77.62%
G = 18.41%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7330B (or 0xD7330B) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 0B. RGB value is (215,51,11). Sum of RGB (Red+Green+Blue) = 215+51+11=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D7330B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7330B is #28CCF4. Grayscale: #5F5F5F. Windows color (decimal): -2673909 or 734167. OLE color: 734167.

HSL color Cylindrical-coordinate representation of color #D7330B: hue angle of 11.76º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7330B is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 51 11 -
CMYK 0 0.76 0.95 0.16
HSL 11.76º 0.9% 0.44% -
HSV(B) 11.76º 0.95% 0.84% -
XYZ 29.27 16.84 2.02 -
YUV 95.48 80.33 213.25 -
System Red Green Blue C M Y K H S L
Decimal 215 51 11 0 0.76 0.95 0.16 11.76 0.9 0.44
Hex D7 33 B 0 4C 5F 10 C 5A 2C
Octal 327 63 13 0 114 137 20 14 132 54
Binary 11010111 110011 1011 0 1001100 1011111 10000 1100 1011010 101100

Color Harmonies of #D7330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7330B

Black with #D7330B

Text Example


Text Example

White with #D7330B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7330B; }

 p { color: rgb(215,51,11); }

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

background-color css

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

 a { background-color: rgb(215,51,11); }

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

border-color css

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

 span { border-color: rgb(215,51,11); }

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