Html Css Color HEX #DF320C Harley Davidson Orange

📋 copy color: '#DF320C'

red 223 ◦ green 50 ◦ blue 12

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

Shades of Harley Davidson Orange #DF320C

Tints of Harley Davidson Orange #DF320C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.54%

 BLUE value IS 12 (5.08% from 255) = 4.21%

R = 78.25%
G = 17.54%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF320C (or 0xDF320C) is known color: Harley Davidson Orange. HEX triplet: DF, 32 and 0C. RGB value is (223,50,12). Sum of RGB (Red+Green+Blue) = 223+50+12=285 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.25% from 285); Green value is 50 (19.92% from 255 or 17.54% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 223 - color contains mainly: red. Hex color #DF320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF320C is #20CDF3. Grayscale: #616161. Windows color (decimal): -2149876 or 799455. OLE color: 799455.

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

Color convert

RGB 223 50 12 -
CMYK 0 0.78 0.95 0.13
HSL 10.81º 0.9% 0.46% -
HSV(B) 10.81º 0.95% 0.87% -
XYZ 31.64 18 2.15 -
YUV 97.4 79.81 217.59 -
System Red Green Blue C M Y K H S L
Decimal 223 50 12 0 0.78 0.95 0.13 10.81 0.9 0.46
Hex DF 32 C 0 4E 5F D B 5A 2E
Octal 337 62 14 0 116 137 15 13 132 56
Binary 11011111 110010 1100 0 1001110 1011111 1101 1011 1011010 101110

Color Harmonies of #DF320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF320C

Black with #DF320C

Text Example


Text Example

White with #DF320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF320C; }

 p { color: rgb(223,50,12); }

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

background-color css

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

 a { background-color: rgb(223,50,12); }

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

border-color css

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

 span { border-color: rgb(223,50,12); }

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