Html Css Color HEX #D04121 Harley Davidson Orange

📋 copy color: '#D04121'

red 208 ◦ green 65 ◦ blue 33

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

Shades of Harley Davidson Orange #D04121

Tints of Harley Davidson Orange #D04121

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

 BLUE value IS 33 (13.28% from 255) = 10.78%

R = 67.97%
G = 21.24%
B = 10.78%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D04121 (or 0xD04121) is known color: Harley Davidson Orange. HEX triplet: D0, 41 and 21. RGB value is (208,65,33). Sum of RGB (Red+Green+Blue) = 208+65+33=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D04121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04121 is #2FBEDE. Grayscale: #686868. Windows color (decimal): -3129055 or 2179536. OLE color: 2179536.

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

Color convert

RGB 208 65 33 -
CMYK 0 0.69 0.84 0.18
HSL 10.97º 0.73% 0.47% -
HSV(B) 10.97º 0.84% 0.82% -
XYZ 28.18 17.3 3.29 -
YUV 104.11 87.88 202.1 -
System Red Green Blue C M Y K H S L
Decimal 208 65 33 0 0.69 0.84 0.18 10.97 0.73 0.47
Hex D0 41 21 0 45 54 12 B 49 2F
Octal 320 101 41 0 105 124 22 13 111 57
Binary 11010000 1000001 100001 0 1000101 1010100 10010 1011 1001001 101111

Color Harmonies of #D04121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04121

Black with #D04121

Text Example


Text Example

White with #D04121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04121; }

 p { color: rgb(208,65,33); }

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

background-color css

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

 a { background-color: rgb(208,65,33); }

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

border-color css

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

 span { border-color: rgb(208,65,33); }

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