Html Css Color HEX #D42401 Harley Davidson Orange

📋 copy color: '#D42401'

red 212 ◦ green 36 ◦ blue 1

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

Shades of Harley Davidson Orange #D42401

Tints of Harley Davidson Orange #D42401

RGB

 RED value IS 212 (83.2% from 255) = 85.14%

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

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

R = 85.14%
G = 14.46%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D42401 (or 0xD42401) is known color: Harley Davidson Orange. HEX triplet: D4, 24 and 01. RGB value is (212,36,1). Sum of RGB (Red+Green+Blue) = 212+36+1=249 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.14% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 1 (0.78% from 255 or 0.40% from 249); Max value from RGB is 212 - color contains mainly: red. Hex color #D42401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42401 is #2BDBFE. Grayscale: #545454. Windows color (decimal): -2874367 or 74964. OLE color: 74964.

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

Color convert

RGB 212 36 1 -
CMYK 0 0.83 1.00 0.17
HSL 9.95º 0.99% 0.42% -
HSV(B) 9.95º 1% 0.83% -
XYZ 27.79 15.26 1.51 -
YUV 84.63 80.81 218.85 -
System Red Green Blue C M Y K H S L
Decimal 212 36 1 0 0.83 1.00 0.17 9.95 0.99 0.42
Hex D4 24 1 0 53 64 11 A 63 2A
Octal 324 44 1 0 123 144 21 12 143 52
Binary 11010100 100100 1 0 1010011 1100100 10001 1010 1100011 101010

Color Harmonies of #D42401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42401

Black with #D42401

Text Example


Text Example

White with #D42401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42401; }

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

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

background-color css

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

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

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

border-color css

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

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

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