Html Css Color HEX #D82C1E Harley Davidson Orange

📋 copy color: '#D82C1E'

red 216 ◦ green 44 ◦ blue 30

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

Shades of Harley Davidson Orange #D82C1E

Tints of Harley Davidson Orange #D82C1E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.17%

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

R = 74.48%
G = 15.17%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D82C1E (or 0xD82C1E) is known color: Harley Davidson Orange. HEX triplet: D8, 2C and 1E. RGB value is (216,44,30). Sum of RGB (Red+Green+Blue) = 216+44+30=290 (38% of max value = 765). Red value is 216 (84.77% from 255 or 74.48% from 290); Green value is 44 (17.58% from 255 or 15.17% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 216 - color contains mainly: red. Hex color #D82C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82C1E is #27D3E1. Grayscale: #5E5E5E. Windows color (decimal): -2610146 or 1977560. OLE color: 1977560.

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

Color convert

RGB 216 44 30 -
CMYK 0 0.80 0.86 0.15
HSL 4.52º 0.76% 0.48% -
HSV(B) 4.52º 0.86% 0.85% -
XYZ 29.45 16.49 2.86 -
YUV 93.83 91.98 215.14 -
System Red Green Blue C M Y K H S L
Decimal 216 44 30 0 0.80 0.86 0.15 4.52 0.76 0.48
Hex D8 2C 1E 0 50 56 F 5 4C 30
Octal 330 54 36 0 120 126 17 5 114 60
Binary 11011000 101100 11110 0 1010000 1010110 1111 101 1001100 110000

Color Harmonies of #D82C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82C1E

Black with #D82C1E

Text Example


Text Example

White with #D82C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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