Html Css Color HEX #D42901 Harley Davidson Orange

📋 copy color: '#D42901'

red 212 ◦ green 41 ◦ blue 1

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

Shades of Harley Davidson Orange #D42901

Tints of Harley Davidson Orange #D42901

RGB

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

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

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

R = 83.46%
G = 16.14%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D42901 (or 0xD42901) is known color: Harley Davidson Orange. HEX triplet: D4, 29 and 01. RGB value is (212,41,1). Sum of RGB (Red+Green+Blue) = 212+41+1=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 41 (16.41% from 255 or 16.14% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D42901 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42901 is #2BD6FE. Grayscale: #575757. Windows color (decimal): -2873087 or 76244. OLE color: 76244.

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

Color convert

RGB 212 41 1 -
CMYK 0 0.81 1.00 0.17
HSL 11.37º 0.99% 0.42% -
HSV(B) 11.37º 1% 0.83% -
XYZ 27.95 15.59 1.56 -
YUV 87.57 79.15 216.75 -
System Red Green Blue C M Y K H S L
Decimal 212 41 1 0 0.81 1.00 0.17 11.37 0.99 0.42
Hex D4 29 1 0 51 64 11 B 63 2A
Octal 324 51 1 0 121 144 21 13 143 52
Binary 11010100 101001 1 0 1010001 1100100 10001 1011 1100011 101010

Color Harmonies of #D42901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42901

Black with #D42901

Text Example


Text Example

White with #D42901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42901; }

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

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

background-color css

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

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

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

border-color css

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

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

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