Html Css Color HEX #D0321E Harley Davidson Orange

📋 copy color: '#D0321E'

red 208 ◦ green 50 ◦ blue 30

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

Shades of Harley Davidson Orange #D0321E

Tints of Harley Davidson Orange #D0321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.36%

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

R = 72.22%
G = 17.36%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0321E (or 0xD0321E) is known color: Harley Davidson Orange. HEX triplet: D0, 32 and 1E. RGB value is (208,50,30). Sum of RGB (Red+Green+Blue) = 208+50+30=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 30 (12.11% from 255 or 10.42% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0321E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0321E is #2FCDE1. Grayscale: #5F5F5F. Windows color (decimal): -3132898 or 1979088. OLE color: 1979088.

HSL color Cylindrical-coordinate representation of color #D0321E: hue angle of 6.74º 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 #D0321E is Cyan = 0, Magento = 0.76, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 30 -
CMYK 0 0.76 0.86 0.18
HSL 6.74º 0.75% 0.47% -
HSV(B) 6.74º 0.86% 0.82% -
XYZ 27.39 15.78 2.83 -
YUV 94.96 91.35 208.63 -
System Red Green Blue C M Y K H S L
Decimal 208 50 30 0 0.76 0.86 0.18 6.74 0.75 0.47
Hex D0 32 1E 0 4C 56 12 7 4B 2F
Octal 320 62 36 0 114 126 22 7 113 57
Binary 11010000 110010 11110 0 1001100 1010110 10010 111 1001011 101111

Color Harmonies of #D0321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0321E

Black with #D0321E

Text Example


Text Example

White with #D0321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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