Html Css Color HEX #DF380D Harley Davidson Orange

📋 copy color: '#DF380D'

red 223 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #DF380D

Tints of Harley Davidson Orange #DF380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

 BLUE value IS 13 (5.47% from 255) = 4.45%

R = 76.37%
G = 19.18%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DF380D (or 0xDF380D) is known color: Harley Davidson Orange. HEX triplet: DF, 38 and 0D. RGB value is (223,56,13). Sum of RGB (Red+Green+Blue) = 223+56+13=292 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.37% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 223 - color contains mainly: red. Hex color #DF380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF380D is #20C7F2. Grayscale: #656565. Windows color (decimal): -2148339 or 866527. OLE color: 866527.

HSL color Cylindrical-coordinate representation of color #DF380D: hue angle of 12.29º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DF380D is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 56 13 -
CMYK 0 0.75 0.94 0.13
HSL 12.29º 0.89% 0.46% -
HSV(B) 12.29º 0.94% 0.87% -
XYZ 31.92 18.55 2.28 -
YUV 101.03 78.33 215 -
System Red Green Blue C M Y K H S L
Decimal 223 56 13 0 0.75 0.94 0.13 12.29 0.89 0.46
Hex DF 38 D 0 4B 5E D C 59 2E
Octal 337 70 15 0 113 136 15 14 131 56
Binary 11011111 111000 1101 0 1001011 1011110 1101 1100 1011001 101110

Color Harmonies of #DF380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF380D

Black with #DF380D

Text Example


Text Example

White with #DF380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF380D; }

 p { color: rgb(223,56,13); }

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

background-color css

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

 a { background-color: rgb(223,56,13); }

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

border-color css

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

 span { border-color: rgb(223,56,13); }

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