Html Css Color HEX #D83B0A Harley Davidson Orange

📋 copy color: '#D83B0A'

red 216 ◦ green 59 ◦ blue 10

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

Shades of Harley Davidson Orange #D83B0A

Tints of Harley Davidson Orange #D83B0A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.7%

 BLUE value IS 10 (4.3% from 255) = 3.51%

R = 75.79%
G = 20.7%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D83B0A (or 0xD83B0A) is known color: Harley Davidson Orange. HEX triplet: D8, 3B and 0A. RGB value is (216,59,10). Sum of RGB (Red+Green+Blue) = 216+59+10=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 59 (23.44% from 255 or 20.70% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83B0A is #27C4F5. Grayscale: #646464. Windows color (decimal): -2606326 or 670680. OLE color: 670680.

HSL color Cylindrical-coordinate representation of color #D83B0A: hue angle of 14.27º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D83B0A is Cyan = 0, Magento = 0.73, Yellow = 0.95 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 59 10 -
CMYK 0 0.73 0.95 0.15
HSL 14.27º 0.91% 0.44% -
HSV(B) 14.27º 0.95% 0.85% -
XYZ 29.94 17.75 2.14 -
YUV 100.36 77.01 210.48 -
System Red Green Blue C M Y K H S L
Decimal 216 59 10 0 0.73 0.95 0.15 14.27 0.91 0.44
Hex D8 3B A 0 49 5F F E 5B 2C
Octal 330 73 12 0 111 137 17 16 133 54
Binary 11011000 111011 1010 0 1001001 1011111 1111 1110 1011011 101100

Color Harmonies of #D83B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83B0A

Black with #D83B0A

Text Example


Text Example

White with #D83B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83B0A; }

 p { color: rgb(216,59,10); }

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

background-color css

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

 a { background-color: rgb(216,59,10); }

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

border-color css

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

 span { border-color: rgb(216,59,10); }

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