Html Css Color HEX #D42010 Harley Davidson Orange

📋 copy color: '#D42010'

red 212 ◦ green 32 ◦ blue 16

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

Shades of Harley Davidson Orange #D42010

Tints of Harley Davidson Orange #D42010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

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

R = 81.54%
G = 12.31%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D42010 (or 0xD42010) is known color: Harley Davidson Orange. HEX triplet: D4, 20 and 10. RGB value is (212,32,16). Sum of RGB (Red+Green+Blue) = 212+32+16=260 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.54% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 212 - color contains mainly: red. Hex color #D42010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42010 is #2BDFEF. Grayscale: #545454. Windows color (decimal): -2875376 or 1056980. OLE color: 1056980.

HSL color Cylindrical-coordinate representation of color #D42010: hue angle of 4.9º 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 #D42010 is Cyan = 0, Magento = 0.85, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 32 16 -
CMYK 0 0.85 0.92 0.17
HSL 4.9º 0.86% 0.45% -
HSV(B) 4.9º 0.92% 0.83% -
XYZ 27.76 15.07 1.94 -
YUV 84 89.63 219.3 -
System Red Green Blue C M Y K H S L
Decimal 212 32 16 0 0.85 0.92 0.17 4.9 0.86 0.45
Hex D4 20 10 0 55 5C 11 5 56 2D
Octal 324 40 20 0 125 134 21 5 126 55
Binary 11010100 100000 10000 0 1010101 1011100 10001 101 1010110 101101

Color Harmonies of #D42010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42010

Black with #D42010

Text Example


Text Example

White with #D42010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42010; }

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

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

background-color css

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

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

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

border-color css

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

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

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