Html Css Color HEX #D21815 Harley Davidson Orange

📋 copy color: '#D21815'

red 210 ◦ green 24 ◦ blue 21

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

Shades of Harley Davidson Orange #D21815

Tints of Harley Davidson Orange #D21815

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.41%

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

R = 82.35%
G = 9.41%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D21815 (or 0xD21815) is known color: Harley Davidson Orange. HEX triplet: D2, 18 and 15. RGB value is (210,24,21). Sum of RGB (Red+Green+Blue) = 210+24+21=255 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.35% from 255); Green value is 24 (9.77% from 255 or 9.41% from 255); Blue value is 21 (8.59% from 255 or 8.24% from 255); Max value from RGB is 210 - color contains mainly: red. Hex color #D21815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21815 is #2DE7EA. Grayscale: #4F4F4F. Windows color (decimal): -3008491 or 1382610. OLE color: 1382610.

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

Color convert

RGB 210 24 21 -
CMYK 0 0.89 0.90 0.18
HSL 0.95º 0.82% 0.45% -
HSV(B) 0.95º 0.9% 0.82% -
XYZ 27.04 14.41 2.07 -
YUV 79.27 95.12 221.24 -
System Red Green Blue C M Y K H S L
Decimal 210 24 21 0 0.89 0.90 0.18 0.95 0.82 0.45
Hex D2 18 15 0 59 5A 12 1 52 2D
Octal 322 30 25 0 131 132 22 1 122 55
Binary 11010010 11000 10101 0 1011001 1011010 10010 1 1010010 101101

Color Harmonies of #D21815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21815

Black with #D21815

Text Example


Text Example

White with #D21815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21815; }

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

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

background-color css

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

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

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

border-color css

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

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

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