Html Css Color HEX #D6380F Harley Davidson Orange

📋 copy color: '#D6380F'

red 214 ◦ green 56 ◦ blue 15

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

Shades of Harley Davidson Orange #D6380F

Tints of Harley Davidson Orange #D6380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.26%

R = 75.09%
G = 19.65%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D6380F (or 0xD6380F) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 0F. RGB value is (214,56,15). Sum of RGB (Red+Green+Blue) = 214+56+15=285 (37% of max value = 765). Red value is 214 (83.98% from 255 or 75.09% from 285); Green value is 56 (22.27% from 255 or 19.65% from 285); Blue value is 15 (6.25% from 255 or 5.26% from 285); Max value from RGB is 214 - color contains mainly: red. Hex color #D6380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6380F is #29C7F0. Grayscale: #626262. Windows color (decimal): -2738161 or 997590. OLE color: 997590.

HSL color Cylindrical-coordinate representation of color #D6380F: hue angle of 12.36º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6380F is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 56 15 -
CMYK 0 0.74 0.93 0.16
HSL 12.36º 0.87% 0.45% -
HSV(B) 12.36º 0.93% 0.84% -
XYZ 29.23 17.16 2.22 -
YUV 98.57 80.85 210.33 -
System Red Green Blue C M Y K H S L
Decimal 214 56 15 0 0.74 0.93 0.16 12.36 0.87 0.45
Hex D6 38 F 0 4A 5D 10 C 57 2D
Octal 326 70 17 0 112 135 20 14 127 55
Binary 11010110 111000 1111 0 1001010 1011101 10000 1100 1010111 101101

Color Harmonies of #D6380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6380F

Black with #D6380F

Text Example


Text Example

White with #D6380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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