Html Css Color HEX #D04321 Harley Davidson Orange

📋 copy color: '#D04321'

red 208 ◦ green 67 ◦ blue 33

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

Shades of Harley Davidson Orange #D04321

Tints of Harley Davidson Orange #D04321

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.75%

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

R = 67.53%
G = 21.75%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D04321 (or 0xD04321) is known color: Harley Davidson Orange. HEX triplet: D0, 43 and 21. RGB value is (208,67,33). Sum of RGB (Red+Green+Blue) = 208+67+33=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 67 (26.56% from 255 or 21.75% from 308); Blue value is 33 (13.28% from 255 or 10.71% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D04321 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04321 is #2FBCDE. Grayscale: #696969. Windows color (decimal): -3128543 or 2180048. OLE color: 2180048.

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

Color convert

RGB 208 67 33 -
CMYK 0 0.68 0.84 0.18
HSL 11.66º 0.73% 0.47% -
HSV(B) 11.66º 0.84% 0.82% -
XYZ 28.29 17.53 3.33 -
YUV 105.28 87.21 201.26 -
System Red Green Blue C M Y K H S L
Decimal 208 67 33 0 0.68 0.84 0.18 11.66 0.73 0.47
Hex D0 43 21 0 44 54 12 C 49 2F
Octal 320 103 41 0 104 124 22 14 111 57
Binary 11010000 1000011 100001 0 1000100 1010100 10010 1100 1001001 101111

Color Harmonies of #D04321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04321

Black with #D04321

Text Example


Text Example

White with #D04321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04321; }

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

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

background-color css

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

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

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

border-color css

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

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

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