Html Css Color HEX #D6360C Harley Davidson Orange

📋 copy color: '#D6360C'

red 214 ◦ green 54 ◦ blue 12

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

Shades of Harley Davidson Orange #D6360C

Tints of Harley Davidson Orange #D6360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.29%

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

R = 76.43%
G = 19.29%
B = 4.29%

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

#D6360C (or 0xD6360C) is known color: Harley Davidson Orange. HEX triplet: D6, 36 and 0C. RGB value is (214,54,12). Sum of RGB (Red+Green+Blue) = 214+54+12=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6360C is #29C9F3. Grayscale: #616161. Windows color (decimal): -2738676 or 800470. OLE color: 800470.

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

Color convert

RGB 214 54 12 -
CMYK 0 0.75 0.94 0.16
HSL 12.48º 0.89% 0.44% -
HSV(B) 12.48º 0.94% 0.84% -
XYZ 29.12 16.96 2.09 -
YUV 97.05 80.01 211.42 -
System Red Green Blue C M Y K H S L
Decimal 214 54 12 0 0.75 0.94 0.16 12.48 0.89 0.44
Hex D6 36 C 0 4B 5E 10 C 59 2C
Octal 326 66 14 0 113 136 20 14 131 54
Binary 11010110 110110 1100 0 1001011 1011110 10000 1100 1011001 101100

Color Harmonies of #D6360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6360C

Black with #D6360C

Text Example


Text Example

White with #D6360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6360C; }

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

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

background-color css

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

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

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

border-color css

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

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

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