Html Css Color HEX #D5210D Harley Davidson Orange

📋 copy color: '#D5210D'

red 213 ◦ green 33 ◦ blue 13

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

Shades of Harley Davidson Orange #D5210D

Tints of Harley Davidson Orange #D5210D

RGB

 RED value IS 213 (83.59% from 255) = 82.24%

 GREEN value IS 33 (13.28% from 255) = 12.74%

 BLUE value IS 13 (5.47% from 255) = 5.02%

R = 82.24%
G = 12.74%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5210D (or 0xD5210D) is known color: Harley Davidson Orange. HEX triplet: D5, 21 and 0D. RGB value is (213,33,13). Sum of RGB (Red+Green+Blue) = 213+33+13=259 (34% of max value = 765). Red value is 213 (83.59% from 255 or 82.24% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 213 - color contains mainly: red. Hex color #D5210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5210D is #2ADEF2. Grayscale: #545454. Windows color (decimal): -2809587 or 860629. OLE color: 860629.

HSL color Cylindrical-coordinate representation of color #D5210D: hue angle of 6º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D5210D is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 33 13 -
CMYK 0 0.85 0.94 0.16
HSL 0.88% 0.44% -
HSV(B) 0.94% 0.84% -
XYZ 28.06 15.26 1.85 -
YUV 84.54 87.63 219.63 -
System Red Green Blue C M Y K H S L
Decimal 213 33 13 0 0.85 0.94 0.16 6 0.88 0.44
Hex D5 21 D 0 55 5E 10 6 58 2C
Octal 325 41 15 0 125 136 20 6 130 54
Binary 11010101 100001 1101 0 1010101 1011110 10000 110 1011000 101100

Color Harmonies of #D5210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5210D

Black with #D5210D

Text Example


Text Example

White with #D5210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5210D; }

 p { color: rgb(213,33,13); }

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

background-color css

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

 a { background-color: rgb(213,33,13); }

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

border-color css

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

 span { border-color: rgb(213,33,13); }

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