Html Css Color HEX #D62A12 Harley Davidson Orange

📋 copy color: '#D62A12'

red 214 ◦ green 42 ◦ blue 18

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

Shades of Harley Davidson Orange #D62A12

Tints of Harley Davidson Orange #D62A12

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.33%

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

R = 78.1%
G = 15.33%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D62A12 (or 0xD62A12) is known color: Harley Davidson Orange. HEX triplet: D6, 2A and 12. RGB value is (214,42,18). Sum of RGB (Red+Green+Blue) = 214+42+18=274 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.10% from 274); Green value is 42 (16.80% from 255 or 15.33% from 274); Blue value is 18 (7.42% from 255 or 6.57% from 274); Max value from RGB is 214 - color contains mainly: red. Hex color #D62A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62A12 is #29D5ED. Grayscale: #5A5A5A. Windows color (decimal): -2741742 or 1190614. OLE color: 1190614.

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

Color convert

RGB 214 42 18 -
CMYK 0 0.80 0.92 0.16
HSL 7.35º 0.84% 0.45% -
HSV(B) 7.35º 0.92% 0.84% -
XYZ 28.67 16 2.15 -
YUV 90.69 86.98 215.95 -
System Red Green Blue C M Y K H S L
Decimal 214 42 18 0 0.80 0.92 0.16 7.35 0.84 0.45
Hex D6 2A 12 0 50 5C 10 7 54 2D
Octal 326 52 22 0 120 134 20 7 124 55
Binary 11010110 101010 10010 0 1010000 1011100 10000 111 1010100 101101

Color Harmonies of #D62A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62A12

Black with #D62A12

Text Example


Text Example

White with #D62A12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62A12; }

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

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

background-color css

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

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

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

border-color css

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

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

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