Html Css Color HEX #D83F1E Harley Davidson Orange

📋 copy color: '#D83F1E'

red 216 ◦ green 63 ◦ blue 30

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

Shades of Harley Davidson Orange #D83F1E

Tints of Harley Davidson Orange #D83F1E

RGB

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

 GREEN value IS 63 (25% from 255) = 20.39%

 BLUE value IS 30 (12.11% from 255) = 9.71%

R = 69.9%
G = 20.39%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D83F1E (or 0xD83F1E) is known color: Harley Davidson Orange. HEX triplet: D8, 3F and 1E. RGB value is (216,63,30). Sum of RGB (Red+Green+Blue) = 216+63+30=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 63 (25% from 255 or 20.39% from 309); Blue value is 30 (12.11% from 255 or 9.71% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F1E is #27C0E1. Grayscale: #696969. Windows color (decimal): -2605282 or 1982424. OLE color: 1982424.

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

Color convert

RGB 216 63 30 -
CMYK 0 0.71 0.86 0.15
HSL 10.65º 0.76% 0.48% -
HSV(B) 10.65º 0.86% 0.85% -
XYZ 30.33 18.25 3.15 -
YUV 104.99 85.69 207.18 -
System Red Green Blue C M Y K H S L
Decimal 216 63 30 0 0.71 0.86 0.15 10.65 0.76 0.48
Hex D8 3F 1E 0 47 56 F B 4C 30
Octal 330 77 36 0 107 126 17 13 114 60
Binary 11011000 111111 11110 0 1000111 1010110 1111 1011 1001100 110000

Color Harmonies of #D83F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83F1E

Black with #D83F1E

Text Example


Text Example

White with #D83F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83F1E; }

 p { color: rgb(216,63,30); }

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

background-color css

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

 a { background-color: rgb(216,63,30); }

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

border-color css

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

 span { border-color: rgb(216,63,30); }

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