Html Css Color HEX #D42800 Harley Davidson Orange

📋 copy color: '#D42800'

red 212 ◦ green 40 ◦ blue 0

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

Shades of Harley Davidson Orange #D42800

Tints of Harley Davidson Orange #D42800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.87%

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

R = 84.13%
G = 15.87%
B = 0%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D42800 (or 0xD42800) is known color: Harley Davidson Orange. HEX triplet: D4, 28 and 00. RGB value is (212,40,0). Sum of RGB (Red+Green+Blue) = 212+40+0=252 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.13% from 252); Green value is 40 (16.02% from 255 or 15.87% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 212 - color contains mainly: red. Hex color #D42800 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42800 is #2BD7FF. Grayscale: #575757. Windows color (decimal): -2873344 or 10452. OLE color: 10452.

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

Color convert

RGB 212 40 0 -
CMYK 0 0.81 1 0.17
HSL 11.32º 1% 0.42% -
HSV(B) 11.32º 1% 0.83% -
XYZ 27.91 15.51 1.52 -
YUV 86.87 78.98 217.25 -
System Red Green Blue C M Y K H S L
Decimal 212 40 0 0 0.81 1 0.17 11.32 1 0.42
Hex D4 28 0 0 51 64 11 B 64 2A
Octal 324 50 0 0 121 144 21 13 144 52
Binary 11010100 101000 0 0 1010001 1100100 10001 1011 1100100 101010

Color Harmonies of #D42800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42800

Black with #D42800

Text Example


Text Example

White with #D42800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42800; }

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

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

background-color css

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

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

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

border-color css

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

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

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