Html Css Color HEX #DF351C Harley Davidson Orange

📋 copy color: '#DF351C'

red 223 ◦ green 53 ◦ blue 28

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

Shades of Harley Davidson Orange #DF351C

Tints of Harley Davidson Orange #DF351C

RGB

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

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

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

R = 73.36%
G = 17.43%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF351C (or 0xDF351C) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 1C. RGB value is (223,53,28). Sum of RGB (Red+Green+Blue) = 223+53+28=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 53 (21.09% from 255 or 17.43% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF351C is #20CAE3. Grayscale: #656565. Windows color (decimal): -2149092 or 1848799. OLE color: 1848799.

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

Color convert

RGB 223 53 28 -
CMYK 0 0.76 0.87 0.13
HSL 7.69º 0.78% 0.49% -
HSV(B) 7.69º 0.87% 0.87% -
XYZ 31.91 18.32 2.95 -
YUV 100.98 86.82 215.03 -
System Red Green Blue C M Y K H S L
Decimal 223 53 28 0 0.76 0.87 0.13 7.69 0.78 0.49
Hex DF 35 1C 0 4C 57 D 8 4E 31
Octal 337 65 34 0 114 127 15 10 116 61
Binary 11011111 110101 11100 0 1001100 1010111 1101 1000 1001110 110001

Color Harmonies of #DF351C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF351C

Black with #DF351C

Text Example


Text Example

White with #DF351C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF351C; }

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

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

background-color css

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

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

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

border-color css

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

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

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