Html Css Color HEX #D83B1A Harley Davidson Orange

📋 copy color: '#D83B1A'

red 216 ◦ green 59 ◦ blue 26

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

Shades of Harley Davidson Orange #D83B1A

Tints of Harley Davidson Orange #D83B1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.64%

R = 71.76%
G = 19.6%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D83B1A (or 0xD83B1A) is known color: Harley Davidson Orange. HEX triplet: D8, 3B and 1A. RGB value is (216,59,26). Sum of RGB (Red+Green+Blue) = 216+59+26=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 59 (23.44% from 255 or 19.60% from 301); Blue value is 26 (10.55% from 255 or 8.64% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D83B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83B1A is #27C4E5. Grayscale: #666666. Windows color (decimal): -2606310 or 1719256. OLE color: 1719256.

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

Color convert

RGB 216 59 26 -
CMYK 0 0.73 0.88 0.15
HSL 10.42º 0.79% 0.47% -
HSV(B) 10.42º 0.88% 0.85% -
XYZ 30.07 17.8 2.83 -
YUV 102.18 85.01 209.18 -
System Red Green Blue C M Y K H S L
Decimal 216 59 26 0 0.73 0.88 0.15 10.42 0.79 0.47
Hex D8 3B 1A 0 49 58 F A 4F 2F
Octal 330 73 32 0 111 130 17 12 117 57
Binary 11011000 111011 11010 0 1001001 1011000 1111 1010 1001111 101111

Color Harmonies of #D83B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83B1A

Black with #D83B1A

Text Example


Text Example

White with #D83B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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