Html Css Color HEX #DF301D Harley Davidson Orange

📋 copy color: '#DF301D'

red 223 ◦ green 48 ◦ blue 29

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

Shades of Harley Davidson Orange #DF301D

Tints of Harley Davidson Orange #DF301D

RGB

 RED value IS 223 (87.5% from 255) = 74.33%

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

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

R = 74.33%
G = 16%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF301D (or 0xDF301D) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 1D. RGB value is (223,48,29). Sum of RGB (Red+Green+Blue) = 223+48+29=300 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.33% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 223 - color contains mainly: red. Hex color #DF301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF301D is #20CFE2. Grayscale: #626262. Windows color (decimal): -2150371 or 1913055. OLE color: 1913055.

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

Color convert

RGB 223 48 29 -
CMYK 0 0.78 0.87 0.13
HSL 5.88º 0.77% 0.49% -
HSV(B) 5.88º 0.87% 0.87% -
XYZ 31.71 17.89 2.94 -
YUV 98.16 88.98 217.04 -
System Red Green Blue C M Y K H S L
Decimal 223 48 29 0 0.78 0.87 0.13 5.88 0.77 0.49
Hex DF 30 1D 0 4E 57 D 6 4D 31
Octal 337 60 35 0 116 127 15 6 115 61
Binary 11011111 110000 11101 0 1001110 1010111 1101 110 1001101 110001

Color Harmonies of #DF301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF301D

Black with #DF301D

Text Example


Text Example

White with #DF301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF301D; }

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

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

background-color css

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

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

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

border-color css

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

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

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