Html Css Color HEX #D42212 Harley Davidson Orange

📋 copy color: '#D42212'

red 212 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #D42212

Tints of Harley Davidson Orange #D42212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.82%

R = 80.3%
G = 12.88%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D42212 (or 0xD42212) is known color: Harley Davidson Orange. HEX triplet: D4, 22 and 12. RGB value is (212,34,18). Sum of RGB (Red+Green+Blue) = 212+34+18=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 34 (13.67% from 255 or 12.88% from 264); Blue value is 18 (7.42% from 255 or 6.82% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D42212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42212 is #2BDDED. Grayscale: #555555. Windows color (decimal): -2874862 or 1188564. OLE color: 1188564.

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

Color convert

RGB 212 34 18 -
CMYK 0 0.84 0.92 0.17
HSL 4.95º 0.84% 0.45% -
HSV(B) 4.95º 0.92% 0.83% -
XYZ 27.83 15.18 2.04 -
YUV 85.4 89.97 218.3 -
System Red Green Blue C M Y K H S L
Decimal 212 34 18 0 0.84 0.92 0.17 4.95 0.84 0.45
Hex D4 22 12 0 54 5C 11 5 54 2D
Octal 324 42 22 0 124 134 21 5 124 55
Binary 11010100 100010 10010 0 1010100 1011100 10001 101 1010100 101101

Color Harmonies of #D42212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42212

Black with #D42212

Text Example


Text Example

White with #D42212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42212; }

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

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

background-color css

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

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

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

border-color css

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

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

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