Html Css Color HEX #D62512 Harley Davidson Orange

📋 copy color: '#D62512'

red 214 ◦ green 37 ◦ blue 18

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

Shades of Harley Davidson Orange #D62512

Tints of Harley Davidson Orange #D62512

RGB

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

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

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

R = 79.55%
G = 13.75%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D62512 (or 0xD62512) is known color: Harley Davidson Orange. HEX triplet: D6, 25 and 12. RGB value is (214,37,18). Sum of RGB (Red+Green+Blue) = 214+37+18=269 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.55% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 214 - color contains mainly: red. Hex color #D62512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62512 is #29DAED. Grayscale: #585858. Windows color (decimal): -2743022 or 1189334. OLE color: 1189334.

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

Color convert

RGB 214 37 18 -
CMYK 0 0.83 0.92 0.16
HSL 5.82º 0.84% 0.45% -
HSV(B) 5.82º 0.92% 0.84% -
XYZ 28.5 15.66 2.09 -
YUV 87.76 88.64 218.04 -
System Red Green Blue C M Y K H S L
Decimal 214 37 18 0 0.83 0.92 0.16 5.82 0.84 0.45
Hex D6 25 12 0 53 5C 10 6 54 2D
Octal 326 45 22 0 123 134 20 6 124 55
Binary 11010110 100101 10010 0 1010011 1011100 10000 110 1010100 101101

Color Harmonies of #D62512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62512

Black with #D62512

Text Example


Text Example

White with #D62512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62512; }

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

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

background-color css

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

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

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

border-color css

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

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

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