Html Css Color HEX #D6301D Harley Davidson Orange

📋 copy color: '#D6301D'

red 214 ◦ green 48 ◦ blue 29

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

Shades of Harley Davidson Orange #D6301D

Tints of Harley Davidson Orange #D6301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

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

R = 73.54%
G = 16.49%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D6301D (or 0xD6301D) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 1D. RGB value is (214,48,29). Sum of RGB (Red+Green+Blue) = 214+48+29=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D6301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6301D is #29CFE2. Grayscale: #5F5F5F. Windows color (decimal): -2740195 or 1913046. OLE color: 1913046.

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

Color convert

RGB 214 48 29 -
CMYK 0 0.78 0.86 0.16
HSL 6.16º 0.76% 0.48% -
HSV(B) 6.16º 0.86% 0.84% -
XYZ 29.01 16.5 2.82 -
YUV 95.47 90.5 212.54 -
System Red Green Blue C M Y K H S L
Decimal 214 48 29 0 0.78 0.86 0.16 6.16 0.76 0.48
Hex D6 30 1D 0 4E 56 10 6 4C 30
Octal 326 60 35 0 116 126 20 6 114 60
Binary 11010110 110000 11101 0 1001110 1010110 10000 110 1001100 110000

Color Harmonies of #D6301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6301D

Black with #D6301D

Text Example


Text Example

White with #D6301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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