Html Css Color HEX #D42610 Harley Davidson Orange

📋 copy color: '#D42610'

red 212 ◦ green 38 ◦ blue 16

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

Shades of Harley Davidson Orange #D42610

Tints of Harley Davidson Orange #D42610

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

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

R = 79.7%
G = 14.29%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D42610 (or 0xD42610) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 10. RGB value is (212,38,16). Sum of RGB (Red+Green+Blue) = 212+38+16=266 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.70% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 16 (6.64% from 255 or 6.02% from 266); Max value from RGB is 212 - color contains mainly: red. Hex color #D42610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42610 is #2BD9EF. Grayscale: #575757. Windows color (decimal): -2873840 or 1058516. OLE color: 1058516.

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

Color convert

RGB 212 38 16 -
CMYK 0 0.82 0.92 0.17
HSL 6.73º 0.86% 0.45% -
HSV(B) 6.73º 0.92% 0.83% -
XYZ 27.94 15.42 1.99 -
YUV 87.52 87.65 216.79 -
System Red Green Blue C M Y K H S L
Decimal 212 38 16 0 0.82 0.92 0.17 6.73 0.86 0.45
Hex D4 26 10 0 52 5C 11 7 56 2D
Octal 324 46 20 0 122 134 21 7 126 55
Binary 11010100 100110 10000 0 1010010 1011100 10001 111 1010110 101101

Color Harmonies of #D42610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42610

Black with #D42610

Text Example


Text Example

White with #D42610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42610; }

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

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

background-color css

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

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

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

border-color css

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

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

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