Html Css Color HEX #DF2215 Harley Davidson Orange

📋 copy color: '#DF2215'

red 223 ◦ green 34 ◦ blue 21

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

Shades of Harley Davidson Orange #DF2215

Tints of Harley Davidson Orange #DF2215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.23%

 BLUE value IS 21 (8.59% from 255) = 7.55%

R = 80.22%
G = 12.23%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DF2215 (or 0xDF2215) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 15. RGB value is (223,34,21). Sum of RGB (Red+Green+Blue) = 223+34+21=278 (36% of max value = 765). Red value is 223 (87.5% from 255 or 80.22% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 21 (8.59% from 255 or 7.55% from 278); Max value from RGB is 223 - color contains mainly: red. Hex color #DF2215 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF2215 is #20DDEA. Grayscale: #595959. Windows color (decimal): -2153963 or 1385183. OLE color: 1385183.

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

Color convert

RGB 223 34 21 -
CMYK 0 0.85 0.91 0.13
HSL 3.86º 0.83% 0.48% -
HSV(B) 3.86º 0.91% 0.87% -
XYZ 31.14 16.89 2.33 -
YUV 89.03 89.62 223.56 -
System Red Green Blue C M Y K H S L
Decimal 223 34 21 0 0.85 0.91 0.13 3.86 0.83 0.48
Hex DF 22 15 0 55 5B D 4 53 30
Octal 337 42 25 0 125 133 15 4 123 60
Binary 11011111 100010 10101 0 1010101 1011011 1101 100 1010011 110000

Color Harmonies of #DF2215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF2215

Black with #DF2215

Text Example


Text Example

White with #DF2215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF2215; }

 p { color: rgb(223,34,21); }

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

background-color css

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

 a { background-color: rgb(223,34,21); }

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

border-color css

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

 span { border-color: rgb(223,34,21); }

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