Html Css Color HEX #DF351A Harley Davidson Orange

📋 copy color: '#DF351A'

red 223 ◦ green 53 ◦ blue 26

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

Shades of Harley Davidson Orange #DF351A

Tints of Harley Davidson Orange #DF351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.55%

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

R = 73.84%
G = 17.55%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF351A (or 0xDF351A) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 1A. RGB value is (223,53,26). Sum of RGB (Red+Green+Blue) = 223+53+26=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 26 (10.55% from 255 or 8.61% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF351A is #20CAE5. Grayscale: #656565. Windows color (decimal): -2149094 or 1717727. OLE color: 1717727.

HSL color Cylindrical-coordinate representation of color #DF351A: hue angle of 8.22º degrees, saturation: 0.79, 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 #DF351A is Cyan = 0, Magento = 0.76, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 53 26 -
CMYK 0 0.76 0.88 0.13
HSL 8.22º 0.79% 0.49% -
HSV(B) 8.22º 0.88% 0.87% -
XYZ 31.89 18.31 2.83 -
YUV 100.75 85.82 215.2 -
System Red Green Blue C M Y K H S L
Decimal 223 53 26 0 0.76 0.88 0.13 8.22 0.79 0.49
Hex DF 35 1A 0 4C 58 D 8 4F 31
Octal 337 65 32 0 114 130 15 10 117 61
Binary 11011111 110101 11010 0 1001100 1011000 1101 1000 1001111 110001

Color Harmonies of #DF351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF351A

Black with #DF351A

Text Example


Text Example

White with #DF351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF351A; }

 p { color: rgb(223,53,26); }

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

background-color css

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

 a { background-color: rgb(223,53,26); }

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

border-color css

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

 span { border-color: rgb(223,53,26); }

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