Html Css Color HEX #D83E12 Harley Davidson Orange

📋 copy color: '#D83E12'

red 216 ◦ green 62 ◦ blue 18

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

Shades of Harley Davidson Orange #D83E12

Tints of Harley Davidson Orange #D83E12

RGB

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

 GREEN value IS 62 (24.61% from 255) = 20.95%

 BLUE value IS 18 (7.42% from 255) = 6.08%

R = 72.97%
G = 20.95%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D83E12 (or 0xD83E12) is known color: Harley Davidson Orange. HEX triplet: D8, 3E and 12. RGB value is (216,62,18). Sum of RGB (Red+Green+Blue) = 216+62+18=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 18 (7.42% from 255 or 6.08% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D83E12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83E12 is #27C1ED. Grayscale: #676767. Windows color (decimal): -2605550 or 1195736. OLE color: 1195736.

HSL color Cylindrical-coordinate representation of color #D83E12: hue angle of 13.33º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D83E12 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 62 18 -
CMYK 0 0.71 0.92 0.15
HSL 13.33º 0.85% 0.46% -
HSV(B) 13.33º 0.92% 0.85% -
XYZ 30.15 18.09 2.47 -
YUV 103.03 80.02 208.58 -
System Red Green Blue C M Y K H S L
Decimal 216 62 18 0 0.71 0.92 0.15 13.33 0.85 0.46
Hex D8 3E 12 0 47 5C F D 55 2E
Octal 330 76 22 0 107 134 17 15 125 56
Binary 11011000 111110 10010 0 1000111 1011100 1111 1101 1010101 101110

Color Harmonies of #D83E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83E12

Black with #D83E12

Text Example


Text Example

White with #D83E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83E12; }

 p { color: rgb(216,62,18); }

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

background-color css

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

 a { background-color: rgb(216,62,18); }

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

border-color css

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

 span { border-color: rgb(216,62,18); }

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