Html Css Color HEX #D62C15 Harley Davidson Orange

📋 copy color: '#D62C15'

red 214 ◦ green 44 ◦ blue 21

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

Shades of Harley Davidson Orange #D62C15

Tints of Harley Davidson Orange #D62C15

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.77%

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

R = 76.7%
G = 15.77%
B = 7.53%

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

#D62C15 (or 0xD62C15) is known color: Harley Davidson Orange. HEX triplet: D6, 2C and 15. RGB value is (214,44,21). Sum of RGB (Red+Green+Blue) = 214+44+21=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 21 (8.59% from 255 or 7.53% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D62C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62C15 is #29D3EA. Grayscale: #5C5C5C. Windows color (decimal): -2741227 or 1387734. OLE color: 1387734.

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

Color convert

RGB 214 44 21 -
CMYK 0 0.79 0.90 0.16
HSL 7.15º 0.82% 0.46% -
HSV(B) 7.15º 0.9% 0.84% -
XYZ 28.77 16.15 2.31 -
YUV 92.21 87.82 214.87 -
System Red Green Blue C M Y K H S L
Decimal 214 44 21 0 0.79 0.90 0.16 7.15 0.82 0.46
Hex D6 2C 15 0 4F 5A 10 7 52 2E
Octal 326 54 25 0 117 132 20 7 122 56
Binary 11010110 101100 10101 0 1001111 1011010 10000 111 1010010 101110

Color Harmonies of #D62C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62C15

Black with #D62C15

Text Example


Text Example

White with #D62C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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