Html Css Color HEX #D6360B Harley Davidson Orange

📋 copy color: '#D6360B'

red 214 ◦ green 54 ◦ blue 11

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

Shades of Harley Davidson Orange #D6360B

Tints of Harley Davidson Orange #D6360B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.94%

R = 76.7%
G = 19.35%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6360B (or 0xD6360B) is known color: Harley Davidson Orange. HEX triplet: D6, 36 and 0B. RGB value is (214,54,11). Sum of RGB (Red+Green+Blue) = 214+54+11=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D6360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6360B is #29C9F4. Grayscale: #616161. Windows color (decimal): -2738677 or 734934. OLE color: 734934.

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

Color convert

RGB 214 54 11 -
CMYK 0 0.75 0.95 0.16
HSL 12.71º 0.9% 0.44% -
HSV(B) 12.71º 0.95% 0.84% -
XYZ 29.11 16.96 2.06 -
YUV 96.94 79.51 211.5 -
System Red Green Blue C M Y K H S L
Decimal 214 54 11 0 0.75 0.95 0.16 12.71 0.9 0.44
Hex D6 36 B 0 4B 5F 10 D 5A 2C
Octal 326 66 13 0 113 137 20 15 132 54
Binary 11010110 110110 1011 0 1001011 1011111 10000 1101 1011010 101100

Color Harmonies of #D6360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6360B

Black with #D6360B

Text Example


Text Example

White with #D6360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6360B; }

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

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

background-color css

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

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

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

border-color css

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

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

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