Html Css Color HEX #D6210C Harley Davidson Orange

📋 copy color: '#D6210C'

red 214 ◦ green 33 ◦ blue 12

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

Shades of Harley Davidson Orange #D6210C

Tints of Harley Davidson Orange #D6210C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.63%

R = 82.63%
G = 12.74%
B = 4.63%

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

#D6210C (or 0xD6210C) is known color: Harley Davidson Orange. HEX triplet: D6, 21 and 0C. RGB value is (214,33,12). Sum of RGB (Red+Green+Blue) = 214+33+12=259 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.63% from 259); Green value is 33 (13.28% from 255 or 12.74% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 214 - color contains mainly: red. Hex color #D6210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6210C is #29DEF3. Grayscale: #545454. Windows color (decimal): -2744052 or 795094. OLE color: 795094.

HSL color Cylindrical-coordinate representation of color #D6210C: hue angle of 6.24º degrees, saturation: 0.89, 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 #D6210C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 33 12 -
CMYK 0 0.85 0.94 0.16
HSL 6.24º 0.89% 0.44% -
HSV(B) 6.24º 0.94% 0.84% -
XYZ 28.34 15.41 1.83 -
YUV 84.73 86.97 220.21 -
System Red Green Blue C M Y K H S L
Decimal 214 33 12 0 0.85 0.94 0.16 6.24 0.89 0.44
Hex D6 21 C 0 55 5E 10 6 59 2C
Octal 326 41 14 0 125 136 20 6 131 54
Binary 11010110 100001 1100 0 1010101 1011110 10000 110 1011001 101100

Color Harmonies of #D6210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6210C

Black with #D6210C

Text Example


Text Example

White with #D6210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6210C; }

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

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

background-color css

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

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

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

border-color css

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

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

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