Html Css Color HEX #D83A01 Harley Davidson Orange

📋 copy color: '#D83A01'

red 216 ◦ green 58 ◦ blue 1

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

Shades of Harley Davidson Orange #D83A01

Tints of Harley Davidson Orange #D83A01

RGB

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

 GREEN value IS 58 (23.05% from 255) = 21.09%

 BLUE value IS 1 (0.78% from 255) = 0.36%

R = 78.55%
G = 21.09%
B = 0.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#D83A01 (or 0xD83A01) is known color: Harley Davidson Orange. HEX triplet: D8, 3A and 01. RGB value is (216,58,1). Sum of RGB (Red+Green+Blue) = 216+58+1=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 58 (23.05% from 255 or 21.09% from 275); Blue value is 1 (0.78% from 255 or 0.36% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83A01 is #27C5FE. Grayscale: #636363. Windows color (decimal): -2606591 or 80600. OLE color: 80600.

HSL color Cylindrical-coordinate representation of color #D83A01: hue angle of 15.91º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D83A01 is Cyan = 0, Magento = 0.73, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 58 1 -
CMYK 0 0.73 1.00 0.15
HSL 15.91º 0.99% 0.43% -
HSV(B) 15.91º 1% 0.85% -
XYZ 29.84 17.63 1.86 -
YUV 98.74 72.85 211.63 -
System Red Green Blue C M Y K H S L
Decimal 216 58 1 0 0.73 1.00 0.15 15.91 0.99 0.43
Hex D8 3A 1 0 49 64 F 10 63 2B
Octal 330 72 1 0 111 144 17 20 143 53
Binary 11011000 111010 1 0 1001001 1100100 1111 10000 1100011 101011

Color Harmonies of #D83A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83A01

Black with #D83A01

Text Example


Text Example

White with #D83A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83A01; }

 p { color: rgb(216,58,1); }

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

background-color css

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

 a { background-color: rgb(216,58,1); }

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

border-color css

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

 span { border-color: rgb(216,58,1); }

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