Html Css Color HEX #D6390A Harley Davidson Orange

📋 copy color: '#D6390A'

red 214 ◦ green 57 ◦ blue 10

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

Shades of Harley Davidson Orange #D6390A

Tints of Harley Davidson Orange #D6390A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.28%

 BLUE value IS 10 (4.3% from 255) = 3.56%

R = 76.16%
G = 20.28%
B = 3.56%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6390A (or 0xD6390A) is known color: Harley Davidson Orange. HEX triplet: D6, 39 and 0A. RGB value is (214,57,10). Sum of RGB (Red+Green+Blue) = 214+57+10=281 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.16% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 10 (4.30% from 255 or 3.56% from 281); Max value from RGB is 214 - color contains mainly: red. Hex color #D6390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6390A is #29C6F5. Grayscale: #626262. Windows color (decimal): -2737910 or 670166. OLE color: 670166.

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

Color convert

RGB 214 57 10 -
CMYK 0 0.73 0.95 0.16
HSL 13.82º 0.91% 0.44% -
HSV(B) 13.82º 0.95% 0.84% -
XYZ 29.25 17.24 2.07 -
YUV 98.59 78.01 210.32 -
System Red Green Blue C M Y K H S L
Decimal 214 57 10 0 0.73 0.95 0.16 13.82 0.91 0.44
Hex D6 39 A 0 49 5F 10 E 5B 2C
Octal 326 71 12 0 111 137 20 16 133 54
Binary 11010110 111001 1010 0 1001001 1011111 10000 1110 1011011 101100

Color Harmonies of #D6390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6390A

Black with #D6390A

Text Example


Text Example

White with #D6390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6390A; }

 p { color: rgb(214,57,10); }

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

background-color css

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

 a { background-color: rgb(214,57,10); }

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

border-color css

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

 span { border-color: rgb(214,57,10); }

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