Html Css Color HEX #D42400 Harley Davidson Orange

📋 copy color: '#D42400'

red 212 ◦ green 36 ◦ blue 0

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

Shades of Harley Davidson Orange #D42400

Tints of Harley Davidson Orange #D42400

RGB

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

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

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

R = 85.48%
G = 14.52%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D42400 (or 0xD42400) is known color: Harley Davidson Orange. HEX triplet: D4, 24 and 00. RGB value is (212,36,0). Sum of RGB (Red+Green+Blue) = 212+36+0=248 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.48% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 0 (0.39% from 255 or 0% from 248); Max value from RGB is 212 - color contains mainly: red. Hex color #D42400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42400 is #2BDBFF. Grayscale: #545454. Windows color (decimal): -2874368 or 9428. OLE color: 9428.

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

Color convert

RGB 212 36 0 -
CMYK 0 0.83 1 0.17
HSL 10.19º 1% 0.42% -
HSV(B) 10.19º 1% 0.83% -
XYZ 27.78 15.26 1.48 -
YUV 84.52 80.31 218.93 -
System Red Green Blue C M Y K H S L
Decimal 212 36 0 0 0.83 1 0.17 10.19 1 0.42
Hex D4 24 0 0 53 64 11 A 64 2A
Octal 324 44 0 0 123 144 21 12 144 52
Binary 11010100 100100 0 0 1010011 1100100 10001 1010 1100100 101010

Color Harmonies of #D42400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42400

Black with #D42400

Text Example


Text Example

White with #D42400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42400; }

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

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

background-color css

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

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

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

border-color css

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

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

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