Html Css Color HEX #D21913 Harley Davidson Orange

📋 copy color: '#D21913'

red 210 ◦ green 25 ◦ blue 19

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

Shades of Harley Davidson Orange #D21913

Tints of Harley Davidson Orange #D21913

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

 BLUE value IS 19 (7.81% from 255) = 7.48%

R = 82.68%
G = 9.84%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D21913 (or 0xD21913) is known color: Harley Davidson Orange. HEX triplet: D2, 19 and 13. RGB value is (210,25,19). Sum of RGB (Red+Green+Blue) = 210+25+19=254 (33% of max value = 765). Red value is 210 (82.42% from 255 or 82.68% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 19 (7.81% from 255 or 7.48% from 254); Max value from RGB is 210 - color contains mainly: red. Hex color #D21913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21913 is #2DE6EC. Grayscale: #4F4F4F. Windows color (decimal): -3008237 or 1251794. OLE color: 1251794.

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

Color convert

RGB 210 25 19 -
CMYK 0 0.88 0.91 0.18
HSL 1.88º 0.83% 0.45% -
HSV(B) 1.88º 0.91% 0.82% -
XYZ 27.04 14.44 1.98 -
YUV 79.63 93.79 220.99 -
System Red Green Blue C M Y K H S L
Decimal 210 25 19 0 0.88 0.91 0.18 1.88 0.83 0.45
Hex D2 19 13 0 58 5B 12 2 53 2D
Octal 322 31 23 0 130 133 22 2 123 55
Binary 11010010 11001 10011 0 1011000 1011011 10010 10 1010011 101101

Color Harmonies of #D21913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21913

Black with #D21913

Text Example


Text Example

White with #D21913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21913; }

 p { color: rgb(210,25,19); }

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

background-color css

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

 a { background-color: rgb(210,25,19); }

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

border-color css

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

 span { border-color: rgb(210,25,19); }

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