Html Css Color HEX #D04223 Harley Davidson Orange

📋 copy color: '#D04223'

red 208 ◦ green 66 ◦ blue 35

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

Shades of Harley Davidson Orange #D04223

Tints of Harley Davidson Orange #D04223

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.36%

 BLUE value IS 35 (14.06% from 255) = 11.33%

R = 67.31%
G = 21.36%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D04223 (or 0xD04223) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 23. RGB value is (208,66,35). Sum of RGB (Red+Green+Blue) = 208+66+35=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 35 (14.06% from 255 or 11.33% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D04223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04223 is #2FBDDC. Grayscale: #696969. Windows color (decimal): -3128797 or 2310864. OLE color: 2310864.

HSL color Cylindrical-coordinate representation of color #D04223: hue angle of 10.75º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D04223 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 66 35 -
CMYK 0 0.68 0.83 0.18
HSL 10.75º 0.71% 0.48% -
HSV(B) 10.75º 0.83% 0.82% -
XYZ 28.26 17.43 3.46 -
YUV 104.92 88.54 201.52 -
System Red Green Blue C M Y K H S L
Decimal 208 66 35 0 0.68 0.83 0.18 10.75 0.71 0.48
Hex D0 42 23 0 44 53 12 B 47 30
Octal 320 102 43 0 104 123 22 13 107 60
Binary 11010000 1000010 100011 0 1000100 1010011 10010 1011 1000111 110000

Color Harmonies of #D04223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04223

Black with #D04223

Text Example


Text Example

White with #D04223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04223; }

 p { color: rgb(208,66,35); }

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

background-color css

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

 a { background-color: rgb(208,66,35); }

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

border-color css

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

 span { border-color: rgb(208,66,35); }

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