Html Css Color HEX #D0300F Harley Davidson Orange

📋 copy color: '#D0300F'

red 208 ◦ green 48 ◦ blue 15

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

Shades of Harley Davidson Orange #D0300F

Tints of Harley Davidson Orange #D0300F

RGB

 RED value IS 208 (81.64% from 255) = 76.75%

 GREEN value IS 48 (19.14% from 255) = 17.71%

 BLUE value IS 15 (6.25% from 255) = 5.54%

R = 76.75%
G = 17.71%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D0300F (or 0xD0300F) is known color: Harley Davidson Orange. HEX triplet: D0, 30 and 0F. RGB value is (208,48,15). Sum of RGB (Red+Green+Blue) = 208+48+15=271 (35% of max value = 765). Red value is 208 (81.64% from 255 or 76.75% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 208 - color contains mainly: red. Hex color #D0300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0300F is #2FCFF0. Grayscale: #5C5C5C. Windows color (decimal): -3133425 or 995536. OLE color: 995536.

HSL color Cylindrical-coordinate representation of color #D0300F: hue angle of 10.26º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D0300F is Cyan = 0, Magento = 0.77, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 48 15 -
CMYK 0 0.77 0.93 0.18
HSL 10.26º 0.87% 0.44% -
HSV(B) 10.26º 0.93% 0.82% -
XYZ 27.16 15.56 2.02 -
YUV 92.08 84.51 210.68 -
System Red Green Blue C M Y K H S L
Decimal 208 48 15 0 0.77 0.93 0.18 10.26 0.87 0.44
Hex D0 30 F 0 4D 5D 12 A 57 2C
Octal 320 60 17 0 115 135 22 12 127 54
Binary 11010000 110000 1111 0 1001101 1011101 10010 1010 1010111 101100

Color Harmonies of #D0300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0300F

Black with #D0300F

Text Example


Text Example

White with #D0300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0300F; }

 p { color: rgb(208,48,15); }

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

background-color css

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

 a { background-color: rgb(208,48,15); }

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

border-color css

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

 span { border-color: rgb(208,48,15); }

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