Html Css Color HEX #D6481C Harley Davidson Orange

📋 copy color: '#D6481C'

red 214 ◦ green 72 ◦ blue 28

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

Shades of Harley Davidson Orange #D6481C

Tints of Harley Davidson Orange #D6481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.92%

R = 68.15%
G = 22.93%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6481C (or 0xD6481C) is known color: Harley Davidson Orange. HEX triplet: D6, 48 and 1C. RGB value is (214,72,28). Sum of RGB (Red+Green+Blue) = 214+72+28=314 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.15% from 314); Green value is 72 (28.52% from 255 or 22.93% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 214 - color contains mainly: red. Hex color #D6481C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6481C is #29B7E3. Grayscale: #6D6D6D. Windows color (decimal): -2734052 or 1853654. OLE color: 1853654.

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

Color convert

RGB 214 72 28 -
CMYK 0 0.66 0.87 0.16
HSL 14.19º 0.77% 0.47% -
HSV(B) 14.19º 0.87% 0.84% -
XYZ 30.26 19.01 3.17 -
YUV 109.44 82.04 202.58 -
System Red Green Blue C M Y K H S L
Decimal 214 72 28 0 0.66 0.87 0.16 14.19 0.77 0.47
Hex D6 48 1C 0 42 57 10 E 4D 2F
Octal 326 110 34 0 102 127 20 16 115 57
Binary 11010110 1001000 11100 0 1000010 1010111 10000 1110 1001101 101111

Color Harmonies of #D6481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6481C

Black with #D6481C

Text Example


Text Example

White with #D6481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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