Html Css Color HEX #D62313 Harley Davidson Orange

📋 copy color: '#D62313'

red 214 ◦ green 35 ◦ blue 19

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

Shades of Harley Davidson Orange #D62313

Tints of Harley Davidson Orange #D62313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 79.85%
G = 13.06%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D62313 (or 0xD62313) is known color: Harley Davidson Orange. HEX triplet: D6, 23 and 13. RGB value is (214,35,19). Sum of RGB (Red+Green+Blue) = 214+35+19=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D62313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62313 is #29DCEC. Grayscale: #565656. Windows color (decimal): -2743533 or 1254358. OLE color: 1254358.

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

Color convert

RGB 214 35 19 -
CMYK 0 0.84 0.91 0.16
HSL 4.92º 0.84% 0.46% -
HSV(B) 4.92º 0.91% 0.84% -
XYZ 28.45 15.55 2.12 -
YUV 86.7 89.8 218.8 -
System Red Green Blue C M Y K H S L
Decimal 214 35 19 0 0.84 0.91 0.16 4.92 0.84 0.46
Hex D6 23 13 0 54 5B 10 5 54 2E
Octal 326 43 23 0 124 133 20 5 124 56
Binary 11010110 100011 10011 0 1010100 1011011 10000 101 1010100 101110

Color Harmonies of #D62313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62313

Black with #D62313

Text Example


Text Example

White with #D62313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62313; }

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

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

background-color css

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

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

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

border-color css

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

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

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