Html Css Color HEX #D62900 Harley Davidson Orange

📋 copy color: '#D62900'

red 214 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #D62900

Tints of Harley Davidson Orange #D62900

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

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

R = 83.92%
G = 16.08%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D62900 (or 0xD62900) is known color: Harley Davidson Orange. HEX triplet: D6, 29 and 00. RGB value is (214,41,0). Sum of RGB (Red+Green+Blue) = 214+41+0=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D62900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62900 is #29D6FF. Grayscale: #585858. Windows color (decimal): -2742016 or 10710. OLE color: 10710.

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

Color convert

RGB 214 41 0 -
CMYK 0 0.81 1 0.16
HSL 11.5º 1% 0.42% -
HSV(B) 11.5º 1% 0.84% -
XYZ 28.52 15.88 1.56 -
YUV 88.05 78.31 217.83 -
System Red Green Blue C M Y K H S L
Decimal 214 41 0 0 0.81 1 0.16 11.5 1 0.42
Hex D6 29 0 0 51 64 10 B 64 2A
Octal 326 51 0 0 121 144 20 13 144 52
Binary 11010110 101001 0 0 1010001 1100100 10000 1011 1100100 101010

Color Harmonies of #D62900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62900

Black with #D62900

Text Example


Text Example

White with #D62900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62900; }

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

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

background-color css

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

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

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

border-color css

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

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

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