Html Css Color HEX #D8301C Harley Davidson Orange

📋 copy color: '#D8301C'

red 216 ◦ green 48 ◦ blue 28

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

Shades of Harley Davidson Orange #D8301C

Tints of Harley Davidson Orange #D8301C

RGB

 RED value IS 216 (84.77% from 255) = 73.97%

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

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

R = 73.97%
G = 16.44%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8301C (or 0xD8301C) is known color: Harley Davidson Orange. HEX triplet: D8, 30 and 1C. RGB value is (216,48,28). Sum of RGB (Red+Green+Blue) = 216+48+28=292 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.97% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 216 - color contains mainly: red. Hex color #D8301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8301C is #27CFE3. Grayscale: #606060. Windows color (decimal): -2609124 or 1847512. OLE color: 1847512.

HSL color Cylindrical-coordinate representation of color #D8301C: hue angle of 6.38º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D8301C is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 48 28 -
CMYK 0 0.78 0.87 0.15
HSL 6.38º 0.77% 0.48% -
HSV(B) 6.38º 0.87% 0.85% -
XYZ 29.59 16.8 2.78 -
YUV 95.95 89.66 213.63 -
System Red Green Blue C M Y K H S L
Decimal 216 48 28 0 0.78 0.87 0.15 6.38 0.77 0.48
Hex D8 30 1C 0 4E 57 F 6 4D 30
Octal 330 60 34 0 116 127 17 6 115 60
Binary 11011000 110000 11100 0 1001110 1010111 1111 110 1001101 110000

Color Harmonies of #D8301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8301C

Black with #D8301C

Text Example


Text Example

White with #D8301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8301C; }

 p { color: rgb(216,48,28); }

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

background-color css

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

 a { background-color: rgb(216,48,28); }

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

border-color css

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

 span { border-color: rgb(216,48,28); }

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