Html Css Color HEX #D62400 Harley Davidson Orange

📋 copy color: '#D62400'

red 214 ◦ green 36 ◦ blue 0

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

Shades of Harley Davidson Orange #D62400

Tints of Harley Davidson Orange #D62400

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.4%

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

R = 85.6%
G = 14.4%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.16

RGB Variations

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

Color information

#D62400 (or 0xD62400) is known color: Harley Davidson Orange. HEX triplet: D6, 24 and 00. RGB value is (214,36,0). Sum of RGB (Red+Green+Blue) = 214+36+0=250 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.6% from 250); Green value is 36 (14.45% from 255 or 14.4% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 214 - color contains mainly: red. Hex color #D62400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62400 is #29DBFF. Grayscale: #555555. Windows color (decimal): -2743296 or 9430. OLE color: 9430.

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

Color convert

RGB 214 36 0 -
CMYK 0 0.83 1 0.16
HSL 10.09º 1% 0.42% -
HSV(B) 10.09º 1% 0.84% -
XYZ 28.36 15.56 1.51 -
YUV 85.12 79.97 219.93 -
System Red Green Blue C M Y K H S L
Decimal 214 36 0 0 0.83 1 0.16 10.09 1 0.42
Hex D6 24 0 0 53 64 10 A 64 2A
Octal 326 44 0 0 123 144 20 12 144 52
Binary 11010110 100100 0 0 1010011 1100100 10000 1010 1100100 101010

Color Harmonies of #D62400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62400

Black with #D62400

Text Example


Text Example

White with #D62400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62400; }

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

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

background-color css

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

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

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

border-color css

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

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

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