Html Css Color HEX #D62312 Harley Davidson Orange

📋 copy color: '#D62312'

red 214 ◦ green 35 ◦ blue 18

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

Shades of Harley Davidson Orange #D62312

Tints of Harley Davidson Orange #D62312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.11%

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

R = 80.15%
G = 13.11%
B = 6.74%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D62312 (or 0xD62312) is known color: Harley Davidson Orange. HEX triplet: D6, 23 and 12. RGB value is (214,35,18). Sum of RGB (Red+Green+Blue) = 214+35+18=267 (35% of max value = 765). Red value is 214 (83.98% from 255 or 80.15% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 214 - color contains mainly: red. Hex color #D62312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62312 is #29DCED. Grayscale: #565656. Windows color (decimal): -2743534 or 1188822. OLE color: 1188822.

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

Color convert

RGB 214 35 18 -
CMYK 0 0.84 0.92 0.16
HSL 5.2º 0.84% 0.45% -
HSV(B) 5.2º 0.92% 0.84% -
XYZ 28.44 15.54 2.07 -
YUV 86.58 89.3 218.88 -
System Red Green Blue C M Y K H S L
Decimal 214 35 18 0 0.84 0.92 0.16 5.2 0.84 0.45
Hex D6 23 12 0 54 5C 10 5 54 2D
Octal 326 43 22 0 124 134 20 5 124 55
Binary 11010110 100011 10010 0 1010100 1011100 10000 101 1010100 101101

Color Harmonies of #D62312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62312

Black with #D62312

Text Example


Text Example

White with #D62312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62312; }

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

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

background-color css

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

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

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

border-color css

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

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

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