Html Css Color HEX #DF1E1B Harley Davidson Orange

📋 copy color: '#DF1E1B'

red 223 ◦ green 30 ◦ blue 27

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

Shades of Harley Davidson Orange #DF1E1B

Tints of Harley Davidson Orange #DF1E1B

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.71%

 BLUE value IS 27 (10.94% from 255) = 9.64%

R = 79.64%
G = 10.71%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF1E1B (or 0xDF1E1B) is known color: Harley Davidson Orange. HEX triplet: DF, 1E and 1B. RGB value is (223,30,27). Sum of RGB (Red+Green+Blue) = 223+30+27=280 (37% of max value = 765). Red value is 223 (87.5% from 255 or 79.64% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 223 - color contains mainly: red. Hex color #DF1E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF1E1B is #20E1E4. Grayscale: #575757. Windows color (decimal): -2154981 or 1777375. OLE color: 1777375.

HSL color Cylindrical-coordinate representation of color #DF1E1B: hue angle of 0.92º degrees, saturation: 0.78, 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 #DF1E1B is Cyan = 0, Magento = 0.87, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 30 27 -
CMYK 0 0.87 0.88 0.13
HSL 0.92º 0.78% 0.49% -
HSV(B) 0.92º 0.88% 0.87% -
XYZ 31.09 16.7 2.62 -
YUV 87.37 93.94 224.74 -
System Red Green Blue C M Y K H S L
Decimal 223 30 27 0 0.87 0.88 0.13 0.92 0.78 0.49
Hex DF 1E 1B 0 57 58 D 1 4E 31
Octal 337 36 33 0 127 130 15 1 116 61
Binary 11011111 11110 11011 0 1010111 1011000 1101 1 1001110 110001

Color Harmonies of #DF1E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF1E1B

Black with #DF1E1B

Text Example


Text Example

White with #DF1E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF1E1B; }

 p { color: rgb(223,30,27); }

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

background-color css

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

 a { background-color: rgb(223,30,27); }

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

border-color css

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

 span { border-color: rgb(223,30,27); }

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