Html Css Color HEX #D6210D Harley Davidson Orange

📋 copy color: '#D6210D'

red 214 ◦ green 33 ◦ blue 13

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

Shades of Harley Davidson Orange #D6210D

Tints of Harley Davidson Orange #D6210D

RGB

 RED value IS 214 (83.98% from 255) = 82.31%

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

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

R = 82.31%
G = 12.69%
B = 5%

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

#D6210D (or 0xD6210D) is known color: Harley Davidson Orange. HEX triplet: D6, 21 and 0D. RGB value is (214,33,13). Sum of RGB (Red+Green+Blue) = 214+33+13=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 13 (5.47% from 255 or 5% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D6210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6210D is #29DEF2. Grayscale: #555555. Windows color (decimal): -2744051 or 860630. OLE color: 860630.

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

Color convert

RGB 214 33 13 -
CMYK 0 0.85 0.94 0.16
HSL 5.97º 0.89% 0.45% -
HSV(B) 5.97º 0.94% 0.84% -
XYZ 28.35 15.41 1.86 -
YUV 84.84 87.47 220.13 -
System Red Green Blue C M Y K H S L
Decimal 214 33 13 0 0.85 0.94 0.16 5.97 0.89 0.45
Hex D6 21 D 0 55 5E 10 6 59 2D
Octal 326 41 15 0 125 136 20 6 131 55
Binary 11010110 100001 1101 0 1010101 1011110 10000 110 1011001 101101

Color Harmonies of #D6210D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6210D

Black with #D6210D

Text Example


Text Example

White with #D6210D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6210D; }

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

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

background-color css

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

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

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

border-color css

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

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

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