Html Css Color HEX #DF220C Harley Davidson Orange

📋 copy color: '#DF220C'

red 223 ◦ green 34 ◦ blue 12

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

Shades of Harley Davidson Orange #DF220C

Tints of Harley Davidson Orange #DF220C

RGB

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

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

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

R = 82.9%
G = 12.64%
B = 4.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF220C (or 0xDF220C) is known color: Harley Davidson Orange. HEX triplet: DF, 22 and 0C. RGB value is (223,34,12). Sum of RGB (Red+Green+Blue) = 223+34+12=269 (35% of max value = 765). Red value is 223 (87.5% from 255 or 82.90% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 223 - color contains mainly: red. Hex color #DF220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF220C is #20DDF3. Grayscale: #585858. Windows color (decimal): -2153972 or 795359. OLE color: 795359.

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

Color convert

RGB 223 34 12 -
CMYK 0 0.85 0.95 0.13
HSL 6.26º 0.9% 0.46% -
HSV(B) 6.26º 0.95% 0.87% -
XYZ 31.07 16.86 1.96 -
YUV 88 85.12 224.29 -
System Red Green Blue C M Y K H S L
Decimal 223 34 12 0 0.85 0.95 0.13 6.26 0.9 0.46
Hex DF 22 C 0 55 5F D 6 5A 2E
Octal 337 42 14 0 125 137 15 6 132 56
Binary 11011111 100010 1100 0 1010101 1011111 1101 110 1011010 101110

Color Harmonies of #DF220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF220C

Black with #DF220C

Text Example


Text Example

White with #DF220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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