Html Css Color HEX #D62401 Harley Davidson Orange

📋 copy color: '#D62401'

red 214 ◦ green 36 ◦ blue 1

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

Shades of Harley Davidson Orange #D62401

Tints of Harley Davidson Orange #D62401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 85.26%
G = 14.34%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.16

RGB Variations

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

Color information

#D62401 (or 0xD62401) is known color: Harley Davidson Orange. HEX triplet: D6, 24 and 01. RGB value is (214,36,1). Sum of RGB (Red+Green+Blue) = 214+36+1=251 (33% of max value = 765). Red value is 214 (83.98% from 255 or 85.26% from 251); Green value is 36 (14.45% from 255 or 14.34% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 214 - color contains mainly: red. Hex color #D62401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D62401 is #29DBFE. Grayscale: #555555. Windows color (decimal): -2743295 or 74966. OLE color: 74966.

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

Color convert

RGB 214 36 1 -
CMYK 0 0.83 1.00 0.16
HSL 9.86º 0.99% 0.42% -
HSV(B) 9.86º 1% 0.84% -
XYZ 28.37 15.56 1.54 -
YUV 85.23 80.47 219.85 -
System Red Green Blue C M Y K H S L
Decimal 214 36 1 0 0.83 1.00 0.16 9.86 0.99 0.42
Hex D6 24 1 0 53 64 10 A 63 2A
Octal 326 44 1 0 123 144 20 12 143 52
Binary 11010110 100100 1 0 1010011 1100100 10000 1010 1100011 101010

Color Harmonies of #D62401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D62401

Black with #D62401

Text Example


Text Example

White with #D62401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D62401; }

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

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

background-color css

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

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

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

border-color css

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

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

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