Html Css Color HEX #D42205 Harley Davidson Orange

📋 copy color: '#D42205'

red 212 ◦ green 34 ◦ blue 5

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

Shades of Harley Davidson Orange #D42205

Tints of Harley Davidson Orange #D42205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.55%

 BLUE value IS 5 (2.34% from 255) = 1.99%

R = 84.46%
G = 13.55%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D42205 (or 0xD42205) is known color: Harley Davidson Orange. HEX triplet: D4, 22 and 05. RGB value is (212,34,5). Sum of RGB (Red+Green+Blue) = 212+34+5=251 (33% of max value = 765). Red value is 212 (83.20% from 255 or 84.46% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 212 - color contains mainly: red. Hex color #D42205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42205 is #2BDDFA. Grayscale: #545454. Windows color (decimal): -2874875 or 336596. OLE color: 336596.

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

Color convert

RGB 212 34 5 -
CMYK 0 0.84 0.98 0.17
HSL 8.41º 0.95% 0.43% -
HSV(B) 8.41º 0.98% 0.83% -
XYZ 27.75 15.15 1.61 -
YUV 83.92 83.47 219.36 -
System Red Green Blue C M Y K H S L
Decimal 212 34 5 0 0.84 0.98 0.17 8.41 0.95 0.43
Hex D4 22 5 0 54 62 11 8 5F 2B
Octal 324 42 5 0 124 142 21 10 137 53
Binary 11010100 100010 101 0 1010100 1100010 10001 1000 1011111 101011

Color Harmonies of #D42205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42205

Black with #D42205

Text Example


Text Example

White with #D42205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42205; }

 p { color: rgb(212,34,5); }

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

background-color css

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

 a { background-color: rgb(212,34,5); }

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

border-color css

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

 span { border-color: rgb(212,34,5); }

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