Html Css Color HEX #DF341C Harley Davidson Orange

📋 copy color: '#DF341C'

red 223 ◦ green 52 ◦ blue 28

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

Shades of Harley Davidson Orange #DF341C

Tints of Harley Davidson Orange #DF341C

RGB

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

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

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

R = 73.6%
G = 17.16%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF341C (or 0xDF341C) is known color: Harley Davidson Orange. HEX triplet: DF, 34 and 1C. RGB value is (223,52,28). Sum of RGB (Red+Green+Blue) = 223+52+28=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF341C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF341C is #20CBE3. Grayscale: #646464. Windows color (decimal): -2149348 or 1848543. OLE color: 1848543.

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

Color convert

RGB 223 52 28 -
CMYK 0 0.77 0.87 0.13
HSL 7.38º 0.78% 0.49% -
HSV(B) 7.38º 0.87% 0.87% -
XYZ 31.87 18.23 2.94 -
YUV 100.39 87.15 215.45 -
System Red Green Blue C M Y K H S L
Decimal 223 52 28 0 0.77 0.87 0.13 7.38 0.78 0.49
Hex DF 34 1C 0 4D 57 D 7 4E 31
Octal 337 64 34 0 115 127 15 7 116 61
Binary 11011111 110100 11100 0 1001101 1010111 1101 111 1001110 110001

Color Harmonies of #DF341C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF341C

Black with #DF341C

Text Example


Text Example

White with #DF341C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF341C; }

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

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

background-color css

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

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

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

border-color css

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

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

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