Html Css Color HEX #D21713 Harley Davidson Orange

📋 copy color: '#D21713'

red 210 ◦ green 23 ◦ blue 19

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

Shades of Harley Davidson Orange #D21713

Tints of Harley Davidson Orange #D21713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.13%

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

R = 83.33%
G = 9.13%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D21713 (or 0xD21713) is known color: Harley Davidson Orange. HEX triplet: D2, 17 and 13. RGB value is (210,23,19). Sum of RGB (Red+Green+Blue) = 210+23+19=252 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.33% from 252); Green value is 23 (9.38% from 255 or 9.13% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 210 - color contains mainly: red. Hex color #D21713 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D21713 is #2DE8EC. Grayscale: #4E4E4E. Windows color (decimal): -3008749 or 1251282. OLE color: 1251282.

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

Color convert

RGB 210 23 19 -
CMYK 0 0.89 0.91 0.18
HSL 1.26º 0.83% 0.45% -
HSV(B) 1.26º 0.91% 0.82% -
XYZ 27 14.36 1.96 -
YUV 78.46 94.45 221.83 -
System Red Green Blue C M Y K H S L
Decimal 210 23 19 0 0.89 0.91 0.18 1.26 0.83 0.45
Hex D2 17 13 0 59 5B 12 1 53 2D
Octal 322 27 23 0 131 133 22 1 123 55
Binary 11010010 10111 10011 0 1011001 1011011 10010 1 1010011 101101

Color Harmonies of #D21713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21713

Black with #D21713

Text Example


Text Example

White with #D21713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21713; }

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

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

background-color css

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

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

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

border-color css

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

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

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