Html Css Color HEX #D62316 Harley Davidson Orange

📋 copy color: '#D62316'

red 214 ◦ green 35 ◦ blue 22

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

Shades of Harley Davidson Orange #D62316

Tints of Harley Davidson Orange #D62316

RGB

 RED value IS 214 (83.98% from 255) = 78.97%

 GREEN value IS 35 (14.06% from 255) = 12.92%

 BLUE value IS 22 (8.98% from 255) = 8.12%

R = 78.97%
G = 12.92%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D62316 (or 0xD62316) is known color: Harley Davidson Orange. HEX triplet: D6, 23 and 16. RGB value is (214,35,22). Sum of RGB (Red+Green+Blue) = 214+35+22=271 (35% of max value = 765). Red value is 214 (83.98% from 255 or 78.97% from 271); Green value is 35 (14.06% from 255 or 12.92% from 271); Blue value is 22 (8.98% from 255 or 8.12% from 271); Max value from RGB is 214 - color contains mainly: red. Hex color #D62316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62316 is #29DCE9. Grayscale: #575757. Windows color (decimal): -2743530 or 1450966. OLE color: 1450966.

HSL color Cylindrical-coordinate representation of color #D62316: hue angle of 4.06º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D62316 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 35 22 -
CMYK 0 0.84 0.90 0.16
HSL 4.06º 0.81% 0.46% -
HSV(B) 4.06º 0.9% 0.84% -
XYZ 28.48 15.56 2.26 -
YUV 87.04 91.3 218.56 -
System Red Green Blue C M Y K H S L
Decimal 214 35 22 0 0.84 0.90 0.16 4.06 0.81 0.46
Hex D6 23 16 0 54 5A 10 4 51 2E
Octal 326 43 26 0 124 132 20 4 121 56
Binary 11010110 100011 10110 0 1010100 1011010 10000 100 1010001 101110

Color Harmonies of #D62316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62316

Black with #D62316

Text Example


Text Example

White with #D62316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62316; }

 p { color: rgb(214,35,22); }

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

background-color css

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

 a { background-color: rgb(214,35,22); }

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

border-color css

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

 span { border-color: rgb(214,35,22); }

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