Html Css Color HEX #D42802 Harley Davidson Orange

📋 copy color: '#D42802'

red 212 ◦ green 40 ◦ blue 2

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

Shades of Harley Davidson Orange #D42802

Tints of Harley Davidson Orange #D42802

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 83.46%
G = 15.75%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D42802 (or 0xD42802) is known color: Harley Davidson Orange. HEX triplet: D4, 28 and 02. RGB value is (212,40,2). Sum of RGB (Red+Green+Blue) = 212+40+2=254 (33% of max value = 765). Red value is 212 (83.20% from 255 or 83.46% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 212 - color contains mainly: red. Hex color #D42802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42802 is #2BD7FD. Grayscale: #575757. Windows color (decimal): -2873342 or 141524. OLE color: 141524.

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

Color convert

RGB 212 40 2 -
CMYK 0 0.81 0.99 0.17
HSL 10.86º 0.98% 0.42% -
HSV(B) 10.86º 0.99% 0.83% -
XYZ 27.92 15.52 1.58 -
YUV 87.1 79.98 217.09 -
System Red Green Blue C M Y K H S L
Decimal 212 40 2 0 0.81 0.99 0.17 10.86 0.98 0.42
Hex D4 28 2 0 51 63 11 B 62 2A
Octal 324 50 2 0 121 143 21 13 142 52
Binary 11010100 101000 10 0 1010001 1100011 10001 1011 1100010 101010

Color Harmonies of #D42802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42802

Black with #D42802

Text Example


Text Example

White with #D42802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42802; }

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

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

background-color css

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

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

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

border-color css

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

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

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