Html Css Color HEX #D83C1E Harley Davidson Orange

📋 copy color: '#D83C1E'

red 216 ◦ green 60 ◦ blue 30

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

Shades of Harley Davidson Orange #D83C1E

Tints of Harley Davidson Orange #D83C1E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.61%

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

R = 70.59%
G = 19.61%
B = 9.8%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D83C1E (or 0xD83C1E) is known color: Harley Davidson Orange. HEX triplet: D8, 3C and 1E. RGB value is (216,60,30). Sum of RGB (Red+Green+Blue) = 216+60+30=306 (40% of max value = 765). Red value is 216 (84.77% from 255 or 70.59% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 30 (12.11% from 255 or 9.80% from 306); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C1E is #27C3E1. Grayscale: #676767. Windows color (decimal): -2606050 or 1981656. OLE color: 1981656.

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

Color convert

RGB 216 60 30 -
CMYK 0 0.72 0.86 0.15
HSL 9.68º 0.76% 0.48% -
HSV(B) 9.68º 0.86% 0.85% -
XYZ 30.17 17.92 3.1 -
YUV 103.22 86.68 208.44 -
System Red Green Blue C M Y K H S L
Decimal 216 60 30 0 0.72 0.86 0.15 9.68 0.76 0.48
Hex D8 3C 1E 0 48 56 F A 4C 30
Octal 330 74 36 0 110 126 17 12 114 60
Binary 11011000 111100 11110 0 1001000 1010110 1111 1010 1001100 110000

Color Harmonies of #D83C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83C1E

Black with #D83C1E

Text Example


Text Example

White with #D83C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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