Html Css Color HEX #DF341B Harley Davidson Orange

📋 copy color: '#DF341B'

red 223 ◦ green 52 ◦ blue 27

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

Shades of Harley Davidson Orange #DF341B

Tints of Harley Davidson Orange #DF341B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.22%

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

R = 73.84%
G = 17.22%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF341B (or 0xDF341B) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 1B. RGB value is (223,52,27). Sum of RGB (Red+Green+Blue) = 223+52+27=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 27 (10.94% from 255 or 8.94% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF341B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF341B is #20CBE4. Grayscale: #646464. Windows color (decimal): -2149349 or 1783007. OLE color: 1783007.

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

Color convert

RGB 223 52 27 -
CMYK 0 0.77 0.88 0.13
HSL 7.65º 0.78% 0.49% -
HSV(B) 7.65º 0.88% 0.87% -
XYZ 31.86 18.22 2.88 -
YUV 100.28 86.65 215.53 -
System Red Green Blue C M Y K H S L
Decimal 223 52 27 0 0.77 0.88 0.13 7.65 0.78 0.49
Hex DF 34 1B 0 4D 58 D 8 4E 31
Octal 337 64 33 0 115 130 15 10 116 61
Binary 11011111 110100 11011 0 1001101 1011000 1101 1000 1001110 110001

Color Harmonies of #DF341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF341B

Black with #DF341B

Text Example


Text Example

White with #DF341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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