Html Css Color HEX #D03219 Harley Davidson Orange

📋 copy color: '#D03219'

red 208 ◦ green 50 ◦ blue 25

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

Shades of Harley Davidson Orange #D03219

Tints of Harley Davidson Orange #D03219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.83%

R = 73.5%
G = 17.67%
B = 8.83%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D03219 (or 0xD03219) is known color: Harley Davidson Orange. HEX triplet: D0, 32 and 19. RGB value is (208,50,25). Sum of RGB (Red+Green+Blue) = 208+50+25=283 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.50% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 25 (10.16% from 255 or 8.83% from 283); Max value from RGB is 208 - color contains mainly: red. Hex color #D03219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03219 is #2FCDE6. Grayscale: #5E5E5E. Windows color (decimal): -3132903 or 1651408. OLE color: 1651408.

HSL color Cylindrical-coordinate representation of color #D03219: hue angle of 8.2º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D03219 is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 50 25 -
CMYK 0 0.76 0.88 0.18
HSL 8.2º 0.79% 0.46% -
HSV(B) 8.2º 0.88% 0.82% -
XYZ 27.33 15.76 2.52 -
YUV 94.39 88.85 209.03 -
System Red Green Blue C M Y K H S L
Decimal 208 50 25 0 0.76 0.88 0.18 8.2 0.79 0.46
Hex D0 32 19 0 4C 58 12 8 4F 2E
Octal 320 62 31 0 114 130 22 10 117 56
Binary 11010000 110010 11001 0 1001100 1011000 10010 1000 1001111 101110

Color Harmonies of #D03219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03219

Black with #D03219

Text Example


Text Example

White with #D03219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03219; }

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

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

background-color css

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

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

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

border-color css

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

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

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