Html Css Color HEX #DF301B Harley Davidson Orange

📋 copy color: '#DF301B'

red 223 ◦ green 48 ◦ blue 27

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

Shades of Harley Davidson Orange #DF301B

Tints of Harley Davidson Orange #DF301B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.06%

R = 74.83%
G = 16.11%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF301B (or 0xDF301B) is known color: Harley Davidson Orange. HEX triplet: DF, 30 and 1B. RGB value is (223,48,27). Sum of RGB (Red+Green+Blue) = 223+48+27=298 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.83% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 27 (10.94% from 255 or 9.06% from 298); Max value from RGB is 223 - color contains mainly: red. Hex color #DF301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF301B is #20CFE4. Grayscale: #626262. Windows color (decimal): -2150373 or 1781983. OLE color: 1781983.

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

Color convert

RGB 223 48 27 -
CMYK 0 0.78 0.88 0.13
HSL 6.43º 0.78% 0.49% -
HSV(B) 6.43º 0.88% 0.87% -
XYZ 31.69 17.88 2.82 -
YUV 97.93 87.98 217.21 -
System Red Green Blue C M Y K H S L
Decimal 223 48 27 0 0.78 0.88 0.13 6.43 0.78 0.49
Hex DF 30 1B 0 4E 58 D 6 4E 31
Octal 337 60 33 0 116 130 15 6 116 61
Binary 11011111 110000 11011 0 1001110 1011000 1101 110 1001110 110001

Color Harmonies of #DF301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF301B

Black with #DF301B

Text Example


Text Example

White with #DF301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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