Html Css Color HEX #D83D04 Harley Davidson Orange

📋 copy color: '#D83D04'

red 216 ◦ green 61 ◦ blue 4

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

Shades of Harley Davidson Orange #D83D04

Tints of Harley Davidson Orange #D83D04

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.71%

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

R = 76.87%
G = 21.71%
B = 1.42%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D83D04 (or 0xD83D04) is known color: Harley Davidson Orange. HEX triplet: D8, 3D and 04. RGB value is (216,61,4). Sum of RGB (Red+Green+Blue) = 216+61+4=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 4 (1.95% from 255 or 1.42% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D83D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83D04 is #27C2FB. Grayscale: #656565. Windows color (decimal): -2605820 or 277976. OLE color: 277976.

HSL color Cylindrical-coordinate representation of color #D83D04: hue angle of 16.13º 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 #D83D04 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 61 4 -
CMYK 0 0.72 0.98 0.15
HSL 16.13º 0.96% 0.43% -
HSV(B) 16.13º 0.98% 0.85% -
XYZ 30.01 17.95 2 -
YUV 100.85 73.35 210.13 -
System Red Green Blue C M Y K H S L
Decimal 216 61 4 0 0.72 0.98 0.15 16.13 0.96 0.43
Hex D8 3D 4 0 48 62 F 10 60 2B
Octal 330 75 4 0 110 142 17 20 140 53
Binary 11011000 111101 100 0 1001000 1100010 1111 10000 1100000 101011

Color Harmonies of #D83D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83D04

Black with #D83D04

Text Example


Text Example

White with #D83D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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