Html Css Color HEX #D42512 Harley Davidson Orange

📋 copy color: '#D42512'

red 212 ◦ green 37 ◦ blue 18

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

Shades of Harley Davidson Orange #D42512

Tints of Harley Davidson Orange #D42512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.74%

R = 79.4%
G = 13.86%
B = 6.74%

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

#D42512 (or 0xD42512) is known color: Harley Davidson Orange. HEX triplet: D4, 25 and 12. RGB value is (212,37,18). Sum of RGB (Red+Green+Blue) = 212+37+18=267 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.40% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 212 - color contains mainly: red. Hex color #D42512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42512 is #2BDAED. Grayscale: #575757. Windows color (decimal): -2874094 or 1189332. OLE color: 1189332.

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

Color convert

RGB 212 37 18 -
CMYK 0 0.83 0.92 0.17
HSL 5.88º 0.84% 0.45% -
HSV(B) 5.88º 0.92% 0.83% -
XYZ 27.92 15.36 2.07 -
YUV 87.16 88.98 217.04 -
System Red Green Blue C M Y K H S L
Decimal 212 37 18 0 0.83 0.92 0.17 5.88 0.84 0.45
Hex D4 25 12 0 53 5C 11 6 54 2D
Octal 324 45 22 0 123 134 21 6 124 55
Binary 11010100 100101 10010 0 1010011 1011100 10001 110 1010100 101101

Color Harmonies of #D42512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42512

Black with #D42512

Text Example


Text Example

White with #D42512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42512; }

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

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

background-color css

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

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

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

border-color css

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

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

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