Html Css Color HEX #D04421 Harley Davidson Orange

📋 copy color: '#D04421'

red 208 ◦ green 68 ◦ blue 33

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

Shades of Harley Davidson Orange #D04421

Tints of Harley Davidson Orange #D04421

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.01%

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

R = 67.31%
G = 22.01%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#D04421 (or 0xD04421) is known color: Harley Davidson Orange. HEX triplet: D0, 44 and 21. RGB value is (208,68,33). Sum of RGB (Red+Green+Blue) = 208+68+33=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 68 (26.95% from 255 or 22.01% from 309); Blue value is 33 (13.28% from 255 or 10.68% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D04421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04421 is #2FBBDE. Grayscale: #6A6A6A. Windows color (decimal): -3128287 or 2180304. OLE color: 2180304.

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

Color convert

RGB 208 68 33 -
CMYK 0 0.67 0.84 0.18
HSL 12º 0.73% 0.47% -
HSV(B) 12º 0.84% 0.82% -
XYZ 28.35 17.65 3.35 -
YUV 105.87 86.88 200.85 -
System Red Green Blue C M Y K H S L
Decimal 208 68 33 0 0.67 0.84 0.18 12 0.73 0.47
Hex D0 44 21 0 43 54 12 C 49 2F
Octal 320 104 41 0 103 124 22 14 111 57
Binary 11010000 1000100 100001 0 1000011 1010100 10010 1100 1001001 101111

Color Harmonies of #D04421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04421

Black with #D04421

Text Example


Text Example

White with #D04421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04421; }

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

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

background-color css

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

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

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

border-color css

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

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

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