Html Css Color HEX #D42900 Harley Davidson Orange

📋 copy color: '#D42900'

red 212 ◦ green 41 ◦ blue 0

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

Shades of Harley Davidson Orange #D42900

Tints of Harley Davidson Orange #D42900

RGB

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

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

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

R = 83.79%
G = 16.21%
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

#D42900 (or 0xD42900) is known color: Harley Davidson Orange. HEX triplet: D4, 29 and 00. RGB value is (212,41,0). Sum of RGB (Red+Green+Blue) = 212+41+0=253 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.79% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 212 - color contains mainly: red. Hex color #D42900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42900 is #2BD6FF. Grayscale: #575757. Windows color (decimal): -2873088 or 10708. OLE color: 10708.

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

Color convert

RGB 212 41 0 -
CMYK 0 0.81 1 0.17
HSL 11.6º 1% 0.42% -
HSV(B) 11.6º 1% 0.83% -
XYZ 27.94 15.58 1.53 -
YUV 87.46 78.65 216.83 -
System Red Green Blue C M Y K H S L
Decimal 212 41 0 0 0.81 1 0.17 11.6 1 0.42
Hex D4 29 0 0 51 64 11 C 64 2A
Octal 324 51 0 0 121 144 21 14 144 52
Binary 11010100 101001 0 0 1010001 1100100 10001 1100 1100100 101010

Color Harmonies of #D42900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42900

Black with #D42900

Text Example


Text Example

White with #D42900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42900; }

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

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

background-color css

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

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

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

border-color css

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

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

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