Html Css Color HEX #D0341E Harley Davidson Orange

📋 copy color: '#D0341E'

red 208 ◦ green 52 ◦ blue 30

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

Shades of Harley Davidson Orange #D0341E

Tints of Harley Davidson Orange #D0341E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.93%

 BLUE value IS 30 (12.11% from 255) = 10.34%

R = 71.72%
G = 17.93%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0341E (or 0xD0341E) is known color: Harley Davidson Orange. HEX triplet: D0, 34 and 1E. RGB value is (208,52,30). Sum of RGB (Red+Green+Blue) = 208+52+30=290 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.72% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 208 - color contains mainly: red. Hex color #D0341E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0341E is #2FCBE1. Grayscale: #606060. Windows color (decimal): -3132386 or 1979600. OLE color: 1979600.

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

Color convert

RGB 208 52 30 -
CMYK 0 0.75 0.86 0.18
HSL 7.42º 0.75% 0.47% -
HSV(B) 7.42º 0.86% 0.82% -
XYZ 27.47 15.96 2.86 -
YUV 96.14 90.68 207.79 -
System Red Green Blue C M Y K H S L
Decimal 208 52 30 0 0.75 0.86 0.18 7.42 0.75 0.47
Hex D0 34 1E 0 4B 56 12 7 4B 2F
Octal 320 64 36 0 113 126 22 7 113 57
Binary 11010000 110100 11110 0 1001011 1010110 10010 111 1001011 101111

Color Harmonies of #D0341E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0341E

Black with #D0341E

Text Example


Text Example

White with #D0341E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0341E; }

 p { color: rgb(208,52,30); }

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

background-color css

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

 a { background-color: rgb(208,52,30); }

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

border-color css

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

 span { border-color: rgb(208,52,30); }

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