Html Css Color HEX #D22616 Harley Davidson Orange

📋 copy color: '#D22616'

red 210 ◦ green 38 ◦ blue 22

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

Shades of Harley Davidson Orange #D22616

Tints of Harley Davidson Orange #D22616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.07%

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

R = 77.78%
G = 14.07%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D22616 (or 0xD22616) is known color: Harley Davidson Orange. HEX triplet: D2, 26 and 16. RGB value is (210,38,22). Sum of RGB (Red+Green+Blue) = 210+38+22=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D22616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22616 is #2DD9E9. Grayscale: #575757. Windows color (decimal): -3004906 or 1451730. OLE color: 1451730.

HSL color Cylindrical-coordinate representation of color #D22616: hue angle of 5.11º 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 #D22616 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 38 22 -
CMYK 0 0.82 0.90 0.18
HSL 5.11º 0.81% 0.45% -
HSV(B) 5.11º 0.9% 0.82% -
XYZ 27.42 15.15 2.24 -
YUV 87.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 210 38 22 0 0.82 0.90 0.18 5.11 0.81 0.45
Hex D2 26 16 0 52 5A 12 5 51 2D
Octal 322 46 26 0 122 132 22 5 121 55
Binary 11010010 100110 10110 0 1010010 1011010 10010 101 1010001 101101

Color Harmonies of #D22616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22616

Black with #D22616

Text Example


Text Example

White with #D22616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22616; }

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

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

background-color css

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

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

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

border-color css

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

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

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