Html Css Color HEX #D0461F Harley Davidson Orange

📋 copy color: '#D0461F'

red 208 ◦ green 70 ◦ blue 31

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

Shades of Harley Davidson Orange #D0461F

Tints of Harley Davidson Orange #D0461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.65%

 BLUE value IS 31 (12.5% from 255) = 10.03%

R = 67.31%
G = 22.65%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#D0461F (or 0xD0461F) is known color: Harley Davidson Orange. HEX triplet: D0, 46 and 1F. RGB value is (208,70,31). Sum of RGB (Red+Green+Blue) = 208+70+31=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D0461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0461F is #2FB9E0. Grayscale: #6B6B6B. Windows color (decimal): -3127777 or 2049744. OLE color: 2049744.

HSL color Cylindrical-coordinate representation of color #D0461F: hue angle of 13.22º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D0461F is Cyan = 0, Magento = 0.66, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 70 31 -
CMYK 0 0.66 0.85 0.18
HSL 13.22º 0.74% 0.47% -
HSV(B) 13.22º 0.85% 0.82% -
XYZ 28.45 17.89 3.25 -
YUV 106.82 85.22 200.17 -
System Red Green Blue C M Y K H S L
Decimal 208 70 31 0 0.66 0.85 0.18 13.22 0.74 0.47
Hex D0 46 1F 0 42 55 12 D 4A 2F
Octal 320 106 37 0 102 125 22 15 112 57
Binary 11010000 1000110 11111 0 1000010 1010101 10010 1101 1001010 101111

Color Harmonies of #D0461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0461F

Black with #D0461F

Text Example


Text Example

White with #D0461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0461F; }

 p { color: rgb(208,70,31); }

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

background-color css

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

 a { background-color: rgb(208,70,31); }

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

border-color css

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

 span { border-color: rgb(208,70,31); }

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