Html Css Color HEX #DF3613 Harley Davidson Orange

📋 copy color: '#DF3613'

red 223 ◦ green 54 ◦ blue 19

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

Shades of Harley Davidson Orange #DF3613

Tints of Harley Davidson Orange #DF3613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.24%

 BLUE value IS 19 (7.81% from 255) = 6.42%

R = 75.34%
G = 18.24%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF3613 (or 0xDF3613) is known color: Harley Davidson Orange. HEX triplet: DF, 36 and 13. RGB value is (223,54,19). Sum of RGB (Red+Green+Blue) = 223+54+19=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 19 (7.81% from 255 or 6.42% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3613 is #20C9EC. Grayscale: #646464. Windows color (decimal): -2148845 or 1259231. OLE color: 1259231.

HSL color Cylindrical-coordinate representation of color #DF3613: hue angle of 10.29º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DF3613 is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 54 19 -
CMYK 0 0.76 0.91 0.13
HSL 10.29º 0.84% 0.47% -
HSV(B) 10.29º 0.91% 0.87% -
XYZ 31.87 18.37 2.48 -
YUV 100.54 81.99 215.35 -
System Red Green Blue C M Y K H S L
Decimal 223 54 19 0 0.76 0.91 0.13 10.29 0.84 0.47
Hex DF 36 13 0 4C 5B D A 54 2F
Octal 337 66 23 0 114 133 15 12 124 57
Binary 11011111 110110 10011 0 1001100 1011011 1101 1010 1010100 101111

Color Harmonies of #DF3613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3613

Black with #DF3613

Text Example


Text Example

White with #DF3613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3613; }

 p { color: rgb(223,54,19); }

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

background-color css

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

 a { background-color: rgb(223,54,19); }

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

border-color css

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

 span { border-color: rgb(223,54,19); }

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