Html Css Color HEX #D62612 Harley Davidson Orange

📋 copy color: '#D62612'

red 214 ◦ green 38 ◦ blue 18

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

Shades of Harley Davidson Orange #D62612

Tints of Harley Davidson Orange #D62612

RGB

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

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

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

R = 79.26%
G = 14.07%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D62612 (or 0xD62612) is known color: Harley Davidson Orange. HEX triplet: D6, 26 and 12. RGB value is (214,38,18). Sum of RGB (Red+Green+Blue) = 214+38+18=270 (35% of max value = 765). Red value is 214 (83.98% from 255 or 79.26% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 214 - color contains mainly: red. Hex color #D62612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62612 is #29D9ED. Grayscale: #585858. Windows color (decimal): -2742766 or 1189590. OLE color: 1189590.

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

Color convert

RGB 214 38 18 -
CMYK 0 0.82 0.92 0.16
HSL 6.12º 0.84% 0.45% -
HSV(B) 6.12º 0.92% 0.84% -
XYZ 28.53 15.73 2.1 -
YUV 88.34 88.31 217.63 -
System Red Green Blue C M Y K H S L
Decimal 214 38 18 0 0.82 0.92 0.16 6.12 0.84 0.45
Hex D6 26 12 0 52 5C 10 6 54 2D
Octal 326 46 22 0 122 134 20 6 124 55
Binary 11010110 100110 10010 0 1010010 1011100 10000 110 1010100 101101

Color Harmonies of #D62612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62612

Black with #D62612

Text Example


Text Example

White with #D62612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62612; }

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

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

background-color css

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

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

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

border-color css

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

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

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