Html Css Color HEX #D62D00 Harley Davidson Orange

📋 copy color: '#D62D00'

red 214 ◦ green 45 ◦ blue 0

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

Shades of Harley Davidson Orange #D62D00

Tints of Harley Davidson Orange #D62D00

RGB

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

 GREEN value IS 45 (17.97% from 255) = 17.37%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.63%
G = 17.37%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D62D00 (or 0xD62D00) is known color: Harley Davidson Orange. HEX triplet: D6, 2D and 00. RGB value is (214,45,0). Sum of RGB (Red+Green+Blue) = 214+45+0=259 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.63% from 259); Green value is 45 (17.97% from 255 or 17.37% from 259); Blue value is 0 (0.39% from 255 or 0% from 259); Max value from RGB is 214 - color contains mainly: red. Hex color #D62D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62D00 is #29D2FF. Grayscale: #5A5A5A. Windows color (decimal): -2740992 or 11734. OLE color: 11734.

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

Color convert

RGB 214 45 0 -
CMYK 0 0.79 1 0.16
HSL 12.62º 1% 0.42% -
HSV(B) 12.62º 1% 0.84% -
XYZ 28.67 16.17 1.61 -
YUV 90.4 76.99 216.16 -
System Red Green Blue C M Y K H S L
Decimal 214 45 0 0 0.79 1 0.16 12.62 1 0.42
Hex D6 2D 0 0 4F 64 10 D 64 2A
Octal 326 55 0 0 117 144 20 15 144 52
Binary 11010110 101101 0 0 1001111 1100100 10000 1101 1100100 101010

Color Harmonies of #D62D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62D00

Black with #D62D00

Text Example


Text Example

White with #D62D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62D00; }

 p { color: rgb(214,45,0); }

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

background-color css

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

 a { background-color: rgb(214,45,0); }

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

border-color css

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

 span { border-color: rgb(214,45,0); }

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