Html Css Color HEX #D5210F Harley Davidson Orange

📋 copy color: '#D5210F'

red 213 ◦ green 33 ◦ blue 15

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

Shades of Harley Davidson Orange #D5210F

Tints of Harley Davidson Orange #D5210F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.75%

R = 81.61%
G = 12.64%
B = 5.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5210F (or 0xD5210F) is known color: Harley Davidson Orange. HEX triplet: D5, 21 and 0F. RGB value is (213,33,15). Sum of RGB (Red+Green+Blue) = 213+33+15=261 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.61% from 261); Green value is 33 (13.28% from 255 or 12.64% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 213 - color contains mainly: red. Hex color #D5210F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5210F is #2ADEF0. Grayscale: #555555. Windows color (decimal): -2809585 or 991701. OLE color: 991701.

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

Color convert

RGB 213 33 15 -
CMYK 0 0.85 0.93 0.16
HSL 5.45º 0.87% 0.45% -
HSV(B) 5.45º 0.93% 0.84% -
XYZ 28.07 15.27 1.92 -
YUV 84.77 88.63 219.46 -
System Red Green Blue C M Y K H S L
Decimal 213 33 15 0 0.85 0.93 0.16 5.45 0.87 0.45
Hex D5 21 F 0 55 5D 10 5 57 2D
Octal 325 41 17 0 125 135 20 5 127 55
Binary 11010101 100001 1111 0 1010101 1011101 10000 101 1010111 101101

Color Harmonies of #D5210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5210F

Black with #D5210F

Text Example


Text Example

White with #D5210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5210F; }

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

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

background-color css

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

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

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

border-color css

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

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

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