Html Css Color HEX #D62413 Harley Davidson Orange

📋 copy color: '#D62413'

red 214 ◦ green 36 ◦ blue 19

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

Shades of Harley Davidson Orange #D62413

Tints of Harley Davidson Orange #D62413

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.38%

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

R = 79.55%
G = 13.38%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D62413 (or 0xD62413) is known color: Harley Davidson Orange. HEX triplet: D6, 24 and 13. RGB value is (214,36,19). Sum of RGB (Red+Green+Blue) = 214+36+19=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 36 (14.45% from 255 or 13.38% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D62413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62413 is #29DBEC. Grayscale: #575757. Windows color (decimal): -2743277 or 1254614. OLE color: 1254614.

HSL color Cylindrical-coordinate representation of color #D62413: hue angle of 5.23º 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 #D62413 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 36 19 -
CMYK 0 0.83 0.91 0.16
HSL 5.23º 0.84% 0.46% -
HSV(B) 5.23º 0.91% 0.84% -
XYZ 28.48 15.6 2.13 -
YUV 87.28 89.47 218.38 -
System Red Green Blue C M Y K H S L
Decimal 214 36 19 0 0.83 0.91 0.16 5.23 0.84 0.46
Hex D6 24 13 0 53 5B 10 5 54 2E
Octal 326 44 23 0 123 133 20 5 124 56
Binary 11010110 100100 10011 0 1010011 1011011 10000 101 1010100 101110

Color Harmonies of #D62413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62413

Black with #D62413

Text Example


Text Example

White with #D62413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62413; }

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

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

background-color css

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

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

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

border-color css

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

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

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