Html Css Color HEX #D22315 Harley Davidson Orange

📋 copy color: '#D22315'

red 210 ◦ green 35 ◦ blue 21

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

Shades of Harley Davidson Orange #D22315

Tints of Harley Davidson Orange #D22315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 78.95%
G = 13.16%
B = 7.89%

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

#D22315 (or 0xD22315) is known color: Harley Davidson Orange. HEX triplet: D2, 23 and 15. RGB value is (210,35,21). Sum of RGB (Red+Green+Blue) = 210+35+21=266 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.95% from 266); Green value is 35 (14.06% from 255 or 13.16% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 210 - color contains mainly: red. Hex color #D22315 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D22315 is #2DDCEA. Grayscale: #555555. Windows color (decimal): -3005675 or 1385426. OLE color: 1385426.

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

Color convert

RGB 210 35 21 -
CMYK 0 0.83 0.90 0.18
HSL 4.44º 0.82% 0.45% -
HSV(B) 4.44º 0.9% 0.82% -
XYZ 27.31 14.96 2.16 -
YUV 85.73 91.48 216.64 -
System Red Green Blue C M Y K H S L
Decimal 210 35 21 0 0.83 0.90 0.18 4.44 0.82 0.45
Hex D2 23 15 0 53 5A 12 4 52 2D
Octal 322 43 25 0 123 132 22 4 122 55
Binary 11010010 100011 10101 0 1010011 1011010 10010 100 1010010 101101

Color Harmonies of #D22315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D22315

Black with #D22315

Text Example


Text Example

White with #D22315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D22315; }

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

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

background-color css

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

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

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

border-color css

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

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

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