Html Css Color HEX #DF371D Harley Davidson Orange

📋 copy color: '#DF371D'

red 223 ◦ green 55 ◦ blue 29

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

Shades of Harley Davidson Orange #DF371D

Tints of Harley Davidson Orange #DF371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.45%

R = 72.64%
G = 17.92%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF371D (or 0xDF371D) is known color: Harley Davidson Orange. HEX triplet: DF, 37 and 1D. RGB value is (223,55,29). Sum of RGB (Red+Green+Blue) = 223+55+29=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF371D is #20C8E2. Grayscale: #666666. Windows color (decimal): -2148579 or 1914847. OLE color: 1914847.

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

Color convert

RGB 223 55 29 -
CMYK 0 0.75 0.87 0.13
HSL 8.04º 0.77% 0.49% -
HSV(B) 8.04º 0.87% 0.87% -
XYZ 32.02 18.51 3.05 -
YUV 102.27 86.66 214.11 -
System Red Green Blue C M Y K H S L
Decimal 223 55 29 0 0.75 0.87 0.13 8.04 0.77 0.49
Hex DF 37 1D 0 4B 57 D 8 4D 31
Octal 337 67 35 0 113 127 15 10 115 61
Binary 11011111 110111 11101 0 1001011 1010111 1101 1000 1001101 110001

Color Harmonies of #DF371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF371D

Black with #DF371D

Text Example


Text Example

White with #DF371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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