Html Css Color HEX #D62D15 Harley Davidson Orange

📋 copy color: '#D62D15'

red 214 ◦ green 45 ◦ blue 21

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

Shades of Harley Davidson Orange #D62D15

Tints of Harley Davidson Orange #D62D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.07%

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

R = 76.43%
G = 16.07%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D62D15 (or 0xD62D15) is known color: Harley Davidson Orange. HEX triplet: D6, 2D and 15. RGB value is (214,45,21). Sum of RGB (Red+Green+Blue) = 214+45+21=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 21 (8.59% from 255 or 7.5% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62D15 is #29D2EA. Grayscale: #5D5D5D. Windows color (decimal): -2740971 or 1387990. OLE color: 1387990.

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

Color convert

RGB 214 45 21 -
CMYK 0 0.79 0.90 0.16
HSL 7.46º 0.82% 0.46% -
HSV(B) 7.46º 0.9% 0.84% -
XYZ 28.81 16.23 2.32 -
YUV 92.8 87.49 214.45 -
System Red Green Blue C M Y K H S L
Decimal 214 45 21 0 0.79 0.90 0.16 7.46 0.82 0.46
Hex D6 2D 15 0 4F 5A 10 7 52 2E
Octal 326 55 25 0 117 132 20 7 122 56
Binary 11010110 101101 10101 0 1001111 1011010 10000 111 1010010 101110

Color Harmonies of #D62D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D15

Black with #D62D15

Text Example


Text Example

White with #D62D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D15; }

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

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

background-color css

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

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

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

border-color css

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

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

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