Html Css Color HEX #D6481D Harley Davidson Orange

📋 copy color: '#D6481D'

red 214 ◦ green 72 ◦ blue 29

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

Shades of Harley Davidson Orange #D6481D

Tints of Harley Davidson Orange #D6481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.86%

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 67.94%
G = 22.86%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6481D (or 0xD6481D) is known color: Harley Davidson Orange. HEX triplet: D6, 48 and 1D. RGB value is (214,72,29). Sum of RGB (Red+Green+Blue) = 214+72+29=315 (41% of max value = 765). Red value is 214 (83.98% from 255 or 67.94% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 214 - color contains mainly: red. Hex color #D6481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6481D is #29B7E2. Grayscale: #6D6D6D. Windows color (decimal): -2734051 or 1919190. OLE color: 1919190.

HSL color Cylindrical-coordinate representation of color #D6481D: hue angle of 13.95º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D6481D is Cyan = 0, Magento = 0.66, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 72 29 -
CMYK 0 0.66 0.86 0.16
HSL 13.95º 0.76% 0.48% -
HSV(B) 13.95º 0.86% 0.84% -
XYZ 30.27 19.02 3.24 -
YUV 109.56 82.54 202.5 -
System Red Green Blue C M Y K H S L
Decimal 214 72 29 0 0.66 0.86 0.16 13.95 0.76 0.48
Hex D6 48 1D 0 42 56 10 E 4C 30
Octal 326 110 35 0 102 126 20 16 114 60
Binary 11010110 1001000 11101 0 1000010 1010110 10000 1110 1001100 110000

Color Harmonies of #D6481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6481D

Black with #D6481D

Text Example


Text Example

White with #D6481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6481D; }

 p { color: rgb(214,72,29); }

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

background-color css

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

 a { background-color: rgb(214,72,29); }

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

border-color css

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

 span { border-color: rgb(214,72,29); }

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