Html Css Color HEX #D42601 Harley Davidson Orange

📋 copy color: '#D42601'

red 212 ◦ green 38 ◦ blue 1

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

Shades of Harley Davidson Orange #D42601

Tints of Harley Davidson Orange #D42601

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.14%

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

R = 84.46%
G = 15.14%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D42601 (or 0xD42601) is known color: Harley Davidson Orange. HEX triplet: D4, 26 and 01. RGB value is (212,38,1). Sum of RGB (Red+Green+Blue) = 212+38+1=251 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.46% from 251); Green value is 38 (15.23% from 255 or 15.14% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 212 - color contains mainly: red. Hex color #D42601 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42601 is #2BD9FE. Grayscale: #565656. Windows color (decimal): -2873855 or 75476. OLE color: 75476.

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

Color convert

RGB 212 38 1 -
CMYK 0 0.82 1.00 0.17
HSL 10.52º 0.99% 0.42% -
HSV(B) 10.52º 1% 0.83% -
XYZ 27.85 15.39 1.53 -
YUV 85.81 80.15 218.01 -
System Red Green Blue C M Y K H S L
Decimal 212 38 1 0 0.82 1.00 0.17 10.52 0.99 0.42
Hex D4 26 1 0 52 64 11 B 63 2A
Octal 324 46 1 0 122 144 21 13 143 52
Binary 11010100 100110 1 0 1010010 1100100 10001 1011 1100011 101010

Color Harmonies of #D42601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42601

Black with #D42601

Text Example


Text Example

White with #D42601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42601; }

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

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

background-color css

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

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

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

border-color css

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

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

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