Html Css Color HEX #DF351B Harley Davidson Orange

📋 copy color: '#DF351B'

red 223 ◦ green 53 ◦ blue 27

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

Shades of Harley Davidson Orange #DF351B

Tints of Harley Davidson Orange #DF351B

RGB

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

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

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

R = 73.6%
G = 17.49%
B = 8.91%

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

#DF351B (or 0xDF351B) is known color: Harley Davidson Orange. HEX triplet: DF, 35 and 1B. RGB value is (223,53,27). Sum of RGB (Red+Green+Blue) = 223+53+27=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF351B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF351B is #20CAE4. Grayscale: #656565. Windows color (decimal): -2149093 or 1783263. OLE color: 1783263.

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

Color convert

RGB 223 53 27 -
CMYK 0 0.76 0.88 0.13
HSL 7.96º 0.78% 0.49% -
HSV(B) 7.96º 0.88% 0.87% -
XYZ 31.9 18.31 2.89 -
YUV 100.87 86.32 215.11 -
System Red Green Blue C M Y K H S L
Decimal 223 53 27 0 0.76 0.88 0.13 7.96 0.78 0.49
Hex DF 35 1B 0 4C 58 D 8 4E 31
Octal 337 65 33 0 114 130 15 10 116 61
Binary 11011111 110101 11011 0 1001100 1011000 1101 1000 1001110 110001

Color Harmonies of #DF351B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF351B

Black with #DF351B

Text Example


Text Example

White with #DF351B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF351B; }

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

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

background-color css

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

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

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

border-color css

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

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

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