Html Css Color HEX #D42510 Harley Davidson Orange

📋 copy color: '#D42510'

red 212 ◦ green 37 ◦ blue 16

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

Shades of Harley Davidson Orange #D42510

Tints of Harley Davidson Orange #D42510

RGB

 RED value IS 212 (83.2% from 255) = 80%

 GREEN value IS 37 (14.84% from 255) = 13.96%

 BLUE value IS 16 (6.64% from 255) = 6.04%

R = 80%
G = 13.96%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D42510 (or 0xD42510) is known color: Harley Davidson Orange. HEX triplet: D4, 25 and 10. RGB value is (212,37,16). Sum of RGB (Red+Green+Blue) = 212+37+16=265 (35% of max value = 765). Red value is 212 (83.20% from 255 or 80% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 212 - color contains mainly: red. Hex color #D42510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42510 is #2BDAEF. Grayscale: #575757. Windows color (decimal): -2874096 or 1058260. OLE color: 1058260.

HSL color Cylindrical-coordinate representation of color #D42510: hue angle of 6.43º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D42510 is Cyan = 0, Magento = 0.83, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 37 16 -
CMYK 0 0.83 0.92 0.17
HSL 6.43º 0.86% 0.45% -
HSV(B) 6.43º 0.92% 0.83% -
XYZ 27.91 15.36 1.98 -
YUV 86.93 87.98 217.21 -
System Red Green Blue C M Y K H S L
Decimal 212 37 16 0 0.83 0.92 0.17 6.43 0.86 0.45
Hex D4 25 10 0 53 5C 11 6 56 2D
Octal 324 45 20 0 123 134 21 6 126 55
Binary 11010100 100101 10000 0 1010011 1011100 10001 110 1010110 101101

Color Harmonies of #D42510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42510

Black with #D42510

Text Example


Text Example

White with #D42510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42510; }

 p { color: rgb(212,37,16); }

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

background-color css

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

 a { background-color: rgb(212,37,16); }

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

border-color css

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

 span { border-color: rgb(212,37,16); }

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