Html Css Color HEX #D83A1F Harley Davidson Orange

📋 copy color: '#D83A1F'

red 216 ◦ green 58 ◦ blue 31

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

Shades of Harley Davidson Orange #D83A1F

Tints of Harley Davidson Orange #D83A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.16%

R = 70.82%
G = 19.02%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D83A1F (or 0xD83A1F) is known color: Harley Davidson Orange. HEX triplet: D8, 3A and 1F. RGB value is (216,58,31). Sum of RGB (Red+Green+Blue) = 216+58+31=305 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.82% from 305); Green value is 58 (23.05% from 255 or 19.02% from 305); Blue value is 31 (12.5% from 255 or 10.16% from 305); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A1F is #27C5E0. Grayscale: #666666. Windows color (decimal): -2606561 or 2046680. OLE color: 2046680.

HSL color Cylindrical-coordinate representation of color #D83A1F: hue angle of 8.76º degrees, saturation: 0.75, 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 #D83A1F is Cyan = 0, Magento = 0.73, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 58 31 -
CMYK 0 0.73 0.86 0.15
HSL 8.76º 0.75% 0.48% -
HSV(B) 8.76º 0.86% 0.85% -
XYZ 30.08 17.72 3.13 -
YUV 102.16 87.85 209.2 -
System Red Green Blue C M Y K H S L
Decimal 216 58 31 0 0.73 0.86 0.15 8.76 0.75 0.48
Hex D8 3A 1F 0 49 56 F 9 4B 30
Octal 330 72 37 0 111 126 17 11 113 60
Binary 11011000 111010 11111 0 1001001 1010110 1111 1001 1001011 110000

Color Harmonies of #D83A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83A1F

Black with #D83A1F

Text Example


Text Example

White with #D83A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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