Html Css Color HEX #DF211C Harley Davidson Orange

📋 copy color: '#DF211C'

red 223 ◦ green 33 ◦ blue 28

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

Shades of Harley Davidson Orange #DF211C

Tints of Harley Davidson Orange #DF211C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 78.52%
G = 11.62%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DF211C (or 0xDF211C) is known color: Harley Davidson Orange. HEX triplet: DF, 21 and 1C. RGB value is (223,33,28). Sum of RGB (Red+Green+Blue) = 223+33+28=284 (37% of max value = 765). Red value is 223 (87.5% from 255 or 78.52% from 284); Green value is 33 (13.28% from 255 or 11.62% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 223 - color contains mainly: red. Hex color #DF211C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF211C is #20DEE3. Grayscale: #595959. Windows color (decimal): -2154212 or 1843679. OLE color: 1843679.

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

Color convert

RGB 223 33 28 -
CMYK 0 0.85 0.87 0.13
HSL 1.54º 0.78% 0.49% -
HSV(B) 1.54º 0.87% 0.87% -
XYZ 31.18 16.86 2.71 -
YUV 89.24 93.45 223.41 -
System Red Green Blue C M Y K H S L
Decimal 223 33 28 0 0.85 0.87 0.13 1.54 0.78 0.49
Hex DF 21 1C 0 55 57 D 2 4E 31
Octal 337 41 34 0 125 127 15 2 116 61
Binary 11011111 100001 11100 0 1010101 1010111 1101 10 1001110 110001

Color Harmonies of #DF211C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF211C

Black with #DF211C

Text Example


Text Example

White with #DF211C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF211C; }

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

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

background-color css

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

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

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

border-color css

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

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

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