Html Css Color HEX #D6301A Harley Davidson Orange

📋 copy color: '#D6301A'

red 214 ◦ green 48 ◦ blue 26

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

Shades of Harley Davidson Orange #D6301A

Tints of Harley Davidson Orange #D6301A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.03%

R = 74.31%
G = 16.67%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6301A (or 0xD6301A) is known color: Harley Davidson Orange. HEX triplet: D6, 30 and 1A. RGB value is (214,48,26). Sum of RGB (Red+Green+Blue) = 214+48+26=288 (38% of max value = 765). Red value is 214 (83.98% from 255 or 74.31% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 214 - color contains mainly: red. Hex color #D6301A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6301A is #29CFE5. Grayscale: #5F5F5F. Windows color (decimal): -2740198 or 1716438. OLE color: 1716438.

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

Color convert

RGB 214 48 26 -
CMYK 0 0.78 0.88 0.16
HSL 7.02º 0.78% 0.47% -
HSV(B) 7.02º 0.88% 0.84% -
XYZ 28.97 16.48 2.63 -
YUV 95.13 89 212.79 -
System Red Green Blue C M Y K H S L
Decimal 214 48 26 0 0.78 0.88 0.16 7.02 0.78 0.47
Hex D6 30 1A 0 4E 58 10 7 4E 2F
Octal 326 60 32 0 116 130 20 7 116 57
Binary 11010110 110000 11010 0 1001110 1011000 10000 111 1001110 101111

Color Harmonies of #D6301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6301A

Black with #D6301A

Text Example


Text Example

White with #D6301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6301A; }

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

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

background-color css

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

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

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

border-color css

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

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

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