Html Css Color HEX #D6380C Harley Davidson Orange

📋 copy color: '#D6380C'

red 214 ◦ green 56 ◦ blue 12

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

Shades of Harley Davidson Orange #D6380C

Tints of Harley Davidson Orange #D6380C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.86%

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

R = 75.89%
G = 19.86%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6380C (or 0xD6380C) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 0C. RGB value is (214,56,12). Sum of RGB (Red+Green+Blue) = 214+56+12=282 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.89% from 282); Green value is 56 (22.27% from 255 or 19.86% from 282); Blue value is 12 (5.08% from 255 or 4.26% from 282); Max value from RGB is 214 - color contains mainly: red. Hex color #D6380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6380C is #29C7F3. Grayscale: #626262. Windows color (decimal): -2738164 or 800982. OLE color: 800982.

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

Color convert

RGB 214 56 12 -
CMYK 0 0.74 0.94 0.16
HSL 13.07º 0.89% 0.44% -
HSV(B) 13.07º 0.94% 0.84% -
XYZ 29.21 17.15 2.12 -
YUV 98.23 79.35 210.58 -
System Red Green Blue C M Y K H S L
Decimal 214 56 12 0 0.74 0.94 0.16 13.07 0.89 0.44
Hex D6 38 C 0 4A 5E 10 D 59 2C
Octal 326 70 14 0 112 136 20 15 131 54
Binary 11010110 111000 1100 0 1001010 1011110 10000 1101 1011001 101100

Color Harmonies of #D6380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6380C

Black with #D6380C

Text Example


Text Example

White with #D6380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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