Html Css Color HEX #DF211A Harley Davidson Orange

📋 copy color: '#DF211A'

red 223 ◦ green 33 ◦ blue 26

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

Shades of Harley Davidson Orange #DF211A

Tints of Harley Davidson Orange #DF211A

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.7%

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 79.08%
G = 11.7%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF211A (or 0xDF211A) is known color: Harley Davidson Orange. HEX triplet: DF, 21 and 1A. RGB value is (223,33,26). Sum of RGB (Red+Green+Blue) = 223+33+26=282 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.08% from 282); Green value is 33 (13.28% from 255 or 11.70% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 223 - color contains mainly: red. Hex color #DF211A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF211A is #20DEE5. Grayscale: #595959. Windows color (decimal): -2154214 or 1712607. OLE color: 1712607.

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

Color convert

RGB 223 33 26 -
CMYK 0 0.85 0.88 0.13
HSL 2.13º 0.79% 0.49% -
HSV(B) 2.13º 0.88% 0.87% -
XYZ 31.16 16.85 2.59 -
YUV 89.01 92.45 223.57 -
System Red Green Blue C M Y K H S L
Decimal 223 33 26 0 0.85 0.88 0.13 2.13 0.79 0.49
Hex DF 21 1A 0 55 58 D 2 4F 31
Octal 337 41 32 0 125 130 15 2 117 61
Binary 11011111 100001 11010 0 1010101 1011000 1101 10 1001111 110001

Color Harmonies of #DF211A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF211A

Black with #DF211A

Text Example


Text Example

White with #DF211A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF211A; }

 p { color: rgb(223,33,26); }

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

background-color css

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

 a { background-color: rgb(223,33,26); }

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

border-color css

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

 span { border-color: rgb(223,33,26); }

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