Html Css Color HEX #D62115 Harley Davidson Orange

📋 copy color: '#D62115'

red 214 ◦ green 33 ◦ blue 21

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

Shades of Harley Davidson Orange #D62115

Tints of Harley Davidson Orange #D62115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.31%

 BLUE value IS 21 (8.59% from 255) = 7.84%

R = 79.85%
G = 12.31%
B = 7.84%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D62115 (or 0xD62115) is known color: Harley Davidson Orange. HEX triplet: D6, 21 and 15. RGB value is (214,33,21). Sum of RGB (Red+Green+Blue) = 214+33+21=268 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.85% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 21 (8.59% from 255 or 7.84% from 268); Max value from RGB is 214 - color contains mainly: red. Hex color #D62115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62115 is #29DEEA. Grayscale: #555555. Windows color (decimal): -2744043 or 1384918. OLE color: 1384918.

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

Color convert

RGB 214 33 21 -
CMYK 0 0.85 0.90 0.16
HSL 3.73º 0.82% 0.46% -
HSV(B) 3.73º 0.9% 0.84% -
XYZ 28.41 15.44 2.19 -
YUV 85.75 91.47 219.48 -
System Red Green Blue C M Y K H S L
Decimal 214 33 21 0 0.85 0.90 0.16 3.73 0.82 0.46
Hex D6 21 15 0 55 5A 10 4 52 2E
Octal 326 41 25 0 125 132 20 4 122 56
Binary 11010110 100001 10101 0 1010101 1011010 10000 100 1010010 101110

Color Harmonies of #D62115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62115

Black with #D62115

Text Example


Text Example

White with #D62115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62115; }

 p { color: rgb(214,33,21); }

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

background-color css

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

 a { background-color: rgb(214,33,21); }

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

border-color css

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

 span { border-color: rgb(214,33,21); }

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