Html Css Color HEX #DF2616 Harley Davidson Orange

📋 copy color: '#DF2616'

red 223 ◦ green 38 ◦ blue 22

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

Shades of Harley Davidson Orange #DF2616

Tints of Harley Davidson Orange #DF2616

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.43%

 BLUE value IS 22 (8.98% from 255) = 7.77%

R = 78.8%
G = 13.43%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DF2616 (or 0xDF2616) is known color: Harley Davidson Orange. HEX triplet: DF, 26 and 16. RGB value is (223,38,22). Sum of RGB (Red+Green+Blue) = 223+38+22=283 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.80% from 283); Green value is 38 (15.23% from 255 or 13.43% from 283); Blue value is 22 (8.98% from 255 or 7.77% from 283); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2616 is #20D9E9. Grayscale: #5B5B5B. Windows color (decimal): -2152938 or 1451743. OLE color: 1451743.

HSL color Cylindrical-coordinate representation of color #DF2616: hue angle of 4.78º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DF2616 is Cyan = 0, Magento = 0.83, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 38 22 -
CMYK 0 0.83 0.90 0.13
HSL 4.78º 0.82% 0.48% -
HSV(B) 4.78º 0.9% 0.87% -
XYZ 31.27 17.13 2.42 -
YUV 91.49 88.79 221.8 -
System Red Green Blue C M Y K H S L
Decimal 223 38 22 0 0.83 0.90 0.13 4.78 0.82 0.48
Hex DF 26 16 0 53 5A D 5 52 30
Octal 337 46 26 0 123 132 15 5 122 60
Binary 11011111 100110 10110 0 1010011 1011010 1101 101 1010010 110000

Color Harmonies of #DF2616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2616

Black with #DF2616

Text Example


Text Example

White with #DF2616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2616; }

 p { color: rgb(223,38,22); }

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

background-color css

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

 a { background-color: rgb(223,38,22); }

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

border-color css

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

 span { border-color: rgb(223,38,22); }

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