Html Css Color HEX #D7330C Harley Davidson Orange

📋 copy color: '#D7330C'

red 215 ◦ green 51 ◦ blue 12

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

Shades of Harley Davidson Orange #D7330C

Tints of Harley Davidson Orange #D7330C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.32%

R = 77.34%
G = 18.35%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7330C (or 0xD7330C) is known color: Harley Davidson Orange. HEX triplet: D7, 33 and 0C. RGB value is (215,51,12). Sum of RGB (Red+Green+Blue) = 215+51+12=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 51 (20.31% from 255 or 18.35% from 278); Blue value is 12 (5.08% from 255 or 4.32% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D7330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7330C is #28CCF3. Grayscale: #5F5F5F. Windows color (decimal): -2673908 or 799703. OLE color: 799703.

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

Color convert

RGB 215 51 12 -
CMYK 0 0.76 0.94 0.16
HSL 11.53º 0.89% 0.45% -
HSV(B) 11.53º 0.94% 0.84% -
XYZ 29.27 16.84 2.06 -
YUV 95.59 80.83 213.17 -
System Red Green Blue C M Y K H S L
Decimal 215 51 12 0 0.76 0.94 0.16 11.53 0.89 0.45
Hex D7 33 C 0 4C 5E 10 C 59 2D
Octal 327 63 14 0 114 136 20 14 131 55
Binary 11010111 110011 1100 0 1001100 1011110 10000 1100 1011001 101101

Color Harmonies of #D7330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7330C

Black with #D7330C

Text Example


Text Example

White with #D7330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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