Html Css Color HEX #DF3D13 Harley Davidson Orange

📋 copy color: '#DF3D13'

red 223 ◦ green 61 ◦ blue 19

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

Shades of Harley Davidson Orange #DF3D13

Tints of Harley Davidson Orange #DF3D13

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.13%

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

R = 73.6%
G = 20.13%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF3D13 (or 0xDF3D13) is known color: Harley Davidson Orange. HEX triplet: DF, 3D and 13. RGB value is (223,61,19). Sum of RGB (Red+Green+Blue) = 223+61+19=303 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.60% from 303); Green value is 61 (24.22% from 255 or 20.13% from 303); Blue value is 19 (7.81% from 255 or 6.27% from 303); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3D13 is #20C2EC. Grayscale: #686868. Windows color (decimal): -2147053 or 1261023. OLE color: 1261023.

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

Color convert

RGB 223 61 19 -
CMYK 0 0.73 0.91 0.13
HSL 12.35º 0.84% 0.47% -
HSV(B) 12.35º 0.91% 0.87% -
XYZ 32.22 19.07 2.6 -
YUV 104.65 79.67 212.42 -
System Red Green Blue C M Y K H S L
Decimal 223 61 19 0 0.73 0.91 0.13 12.35 0.84 0.47
Hex DF 3D 13 0 49 5B D C 54 2F
Octal 337 75 23 0 111 133 15 14 124 57
Binary 11011111 111101 10011 0 1001001 1011011 1101 1100 1010100 101111

Color Harmonies of #DF3D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D13

Black with #DF3D13

Text Example


Text Example

White with #DF3D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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