Html Css Color HEX #D83804 Harley Davidson Orange

📋 copy color: '#D83804'

red 216 ◦ green 56 ◦ blue 4

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

Shades of Harley Davidson Orange #D83804

Tints of Harley Davidson Orange #D83804

RGB

 RED value IS 216 (84.77% from 255) = 78.26%

 GREEN value IS 56 (22.27% from 255) = 20.29%

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 78.26%
G = 20.29%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D83804 (or 0xD83804) is known color: Harley Davidson Orange. HEX triplet: D8, 38 and 04. RGB value is (216,56,4). Sum of RGB (Red+Green+Blue) = 216+56+4=276 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.26% from 276); Green value is 56 (22.27% from 255 or 20.29% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 216 - color contains mainly: red. Hex color #D83804 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83804 is #27C7FB. Grayscale: #626262. Windows color (decimal): -2607100 or 276696. OLE color: 276696.

HSL color Cylindrical-coordinate representation of color #D83804: hue angle of 14.72º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D83804 is Cyan = 0, Magento = 0.74, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 56 4 -
CMYK 0 0.74 0.98 0.15
HSL 14.72º 0.96% 0.43% -
HSV(B) 14.72º 0.98% 0.85% -
XYZ 29.75 17.44 1.91 -
YUV 97.91 75.01 212.23 -
System Red Green Blue C M Y K H S L
Decimal 216 56 4 0 0.74 0.98 0.15 14.72 0.96 0.43
Hex D8 38 4 0 4A 62 F F 60 2B
Octal 330 70 4 0 112 142 17 17 140 53
Binary 11011000 111000 100 0 1001010 1100010 1111 1111 1100000 101011

Color Harmonies of #D83804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83804

Black with #D83804

Text Example


Text Example

White with #D83804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83804; }

 p { color: rgb(216,56,4); }

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

background-color css

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

 a { background-color: rgb(216,56,4); }

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

border-color css

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

 span { border-color: rgb(216,56,4); }

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