Html Css Color HEX #D22316 Harley Davidson Orange

📋 copy color: '#D22316'

red 210 ◦ green 35 ◦ blue 22

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

Shades of Harley Davidson Orange #D22316

Tints of Harley Davidson Orange #D22316

RGB

 RED value IS 210 (82.42% from 255) = 78.65%

 GREEN value IS 35 (14.06% from 255) = 13.11%

 BLUE value IS 22 (8.98% from 255) = 8.24%

R = 78.65%
G = 13.11%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D22316 (or 0xD22316) is known color: Harley Davidson Orange. HEX triplet: D2, 23 and 16. RGB value is (210,35,22). Sum of RGB (Red+Green+Blue) = 210+35+22=267 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.65% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 22 (8.98% from 255 or 8.24% from 267); Max value from RGB is 210 - color contains mainly: red. Hex color #D22316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22316 is #2DDCE9. Grayscale: #565656. Windows color (decimal): -3005674 or 1450962. OLE color: 1450962.

HSL color Cylindrical-coordinate representation of color #D22316: hue angle of 4.15º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D22316 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 35 22 -
CMYK 0 0.83 0.90 0.18
HSL 4.15º 0.81% 0.45% -
HSV(B) 4.15º 0.9% 0.82% -
XYZ 27.32 14.96 2.21 -
YUV 85.84 91.98 216.56 -
System Red Green Blue C M Y K H S L
Decimal 210 35 22 0 0.83 0.90 0.18 4.15 0.81 0.45
Hex D2 23 16 0 53 5A 12 4 51 2D
Octal 322 43 26 0 123 132 22 4 121 55
Binary 11010010 100011 10110 0 1010011 1011010 10010 100 1010001 101101

Color Harmonies of #D22316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22316

Black with #D22316

Text Example


Text Example

White with #D22316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22316; }

 p { color: rgb(210,35,22); }

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

background-color css

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

 a { background-color: rgb(210,35,22); }

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

border-color css

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

 span { border-color: rgb(210,35,22); }

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