Html Css Color HEX #D03218 Harley Davidson Orange

📋 copy color: '#D03218'

red 208 ◦ green 50 ◦ blue 24

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

Shades of Harley Davidson Orange #D03218

Tints of Harley Davidson Orange #D03218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.51%

R = 73.76%
G = 17.73%
B = 8.51%

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

#D03218 (or 0xD03218) is known color: Harley Davidson Orange. HEX triplet: D0, 32 and 18. RGB value is (208,50,24). Sum of RGB (Red+Green+Blue) = 208+50+24=282 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.76% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 24 (9.77% from 255 or 8.51% from 282); Max value from RGB is 208 - color contains mainly: red. Hex color #D03218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D03218 is #2FCDE7. Grayscale: #5E5E5E. Windows color (decimal): -3132904 or 1585872. OLE color: 1585872.

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

Color convert

RGB 208 50 24 -
CMYK 0 0.76 0.88 0.18
HSL 8.48º 0.79% 0.45% -
HSV(B) 8.48º 0.88% 0.82% -
XYZ 27.32 15.76 2.47 -
YUV 94.28 88.35 209.11 -
System Red Green Blue C M Y K H S L
Decimal 208 50 24 0 0.76 0.88 0.18 8.48 0.79 0.45
Hex D0 32 18 0 4C 58 12 8 4F 2D
Octal 320 62 30 0 114 130 22 10 117 55
Binary 11010000 110010 11000 0 1001100 1011000 10010 1000 1001111 101101

Color Harmonies of #D03218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03218

Black with #D03218

Text Example


Text Example

White with #D03218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03218; }

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

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

background-color css

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

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

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

border-color css

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

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

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