Html Css Color HEX #DF370D Harley Davidson Orange

📋 copy color: '#DF370D'

red 223 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #DF370D

Tints of Harley Davidson Orange #DF370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.9%

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

R = 76.63%
G = 18.9%
B = 4.47%

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

#DF370D (or 0xDF370D) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 0D. RGB value is (223,55,13). Sum of RGB (Red+Green+Blue) = 223+55+13=291 (38% of max value = 765). Red value is 223 (87.5% from 255 or 76.63% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 13 (5.47% from 255 or 4.47% from 291); Max value from RGB is 223 - color contains mainly: red. Hex color #DF370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF370D is #20C8F2. Grayscale: #646464. Windows color (decimal): -2148595 or 866271. OLE color: 866271.

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

Color convert

RGB 223 55 13 -
CMYK 0 0.75 0.94 0.13
HSL 12º 0.89% 0.46% -
HSV(B) 12º 0.94% 0.87% -
XYZ 31.87 18.45 2.26 -
YUV 100.44 78.66 215.42 -
System Red Green Blue C M Y K H S L
Decimal 223 55 13 0 0.75 0.94 0.13 12 0.89 0.46
Hex DF 37 D 0 4B 5E D C 59 2E
Octal 337 67 15 0 113 136 15 14 131 56
Binary 11011111 110111 1101 0 1001011 1011110 1101 1100 1011001 101110

Color Harmonies of #DF370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF370D

Black with #DF370D

Text Example


Text Example

White with #DF370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF370D; }

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

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

background-color css

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

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

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

border-color css

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

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

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