Html Css Color HEX #D52614 Harley Davidson Orange

📋 copy color: '#D52614'

red 213 ◦ green 38 ◦ blue 20

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

Shades of Harley Davidson Orange #D52614

Tints of Harley Davidson Orange #D52614

RGB

 RED value IS 213 (83.59% from 255) = 78.6%

 GREEN value IS 38 (15.23% from 255) = 14.02%

 BLUE value IS 20 (8.2% from 255) = 7.38%

R = 78.6%
G = 14.02%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D52614 (or 0xD52614) is known color: Harley Davidson Orange. HEX triplet: D5, 26 and 14. RGB value is (213,38,20). Sum of RGB (Red+Green+Blue) = 213+38+20=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 20 (8.20% from 255 or 7.38% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D52614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52614 is #2AD9EB. Grayscale: #585858. Windows color (decimal): -2808300 or 1320661. OLE color: 1320661.

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

Color convert

RGB 213 38 20 -
CMYK 0 0.82 0.91 0.16
HSL 5.6º 0.83% 0.46% -
HSV(B) 5.6º 0.91% 0.84% -
XYZ 28.26 15.58 2.18 -
YUV 88.27 89.48 216.96 -
System Red Green Blue C M Y K H S L
Decimal 213 38 20 0 0.82 0.91 0.16 5.6 0.83 0.46
Hex D5 26 14 0 52 5B 10 6 53 2E
Octal 325 46 24 0 122 133 20 6 123 56
Binary 11010101 100110 10100 0 1010010 1011011 10000 110 1010011 101110

Color Harmonies of #D52614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52614

Black with #D52614

Text Example


Text Example

White with #D52614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52614; }

 p { color: rgb(213,38,20); }

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

background-color css

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

 a { background-color: rgb(213,38,20); }

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

border-color css

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

 span { border-color: rgb(213,38,20); }

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