Html Css Color HEX #D6350D Harley Davidson Orange

📋 copy color: '#D6350D'

red 214 ◦ green 53 ◦ blue 13

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

Shades of Harley Davidson Orange #D6350D

Tints of Harley Davidson Orange #D6350D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

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

R = 76.43%
G = 18.93%
B = 4.64%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6350D (or 0xD6350D) is known color: Harley Davidson Orange. HEX triplet: D6, 35 and 0D. RGB value is (214,53,13). Sum of RGB (Red+Green+Blue) = 214+53+13=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6350D is #29CAF2. Grayscale: #606060. Windows color (decimal): -2738931 or 865750. OLE color: 865750.

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

Color convert

RGB 214 53 13 -
CMYK 0 0.75 0.94 0.16
HSL 11.94º 0.89% 0.45% -
HSV(B) 11.94º 0.94% 0.84% -
XYZ 29.08 16.87 2.1 -
YUV 96.58 80.84 211.75 -
System Red Green Blue C M Y K H S L
Decimal 214 53 13 0 0.75 0.94 0.16 11.94 0.89 0.45
Hex D6 35 D 0 4B 5E 10 C 59 2D
Octal 326 65 15 0 113 136 20 14 131 55
Binary 11010110 110101 1101 0 1001011 1011110 10000 1100 1011001 101101

Color Harmonies of #D6350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6350D

Black with #D6350D

Text Example


Text Example

White with #D6350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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