Html Css Color HEX #DF3E1B Harley Davidson Orange

📋 copy color: '#DF3E1B'

red 223 ◦ green 62 ◦ blue 27

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

Shades of Harley Davidson Orange #DF3E1B

Tints of Harley Davidson Orange #DF3E1B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.87%

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

R = 71.47%
G = 19.87%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF3E1B (or 0xDF3E1B) is known color: Harley Davidson Orange. HEX triplet: DF, 3E and 1B. RGB value is (223,62,27). Sum of RGB (Red+Green+Blue) = 223+62+27=312 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.47% from 312); Green value is 62 (24.61% from 255 or 19.87% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3E1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3E1B is #20C1E4. Grayscale: #6A6A6A. Windows color (decimal): -2146789 or 1785567. OLE color: 1785567.

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

Color convert

RGB 223 62 27 -
CMYK 0 0.72 0.88 0.13
HSL 10.71º 0.78% 0.49% -
HSV(B) 10.71º 0.88% 0.87% -
XYZ 32.35 19.21 3.04 -
YUV 106.15 83.34 211.35 -
System Red Green Blue C M Y K H S L
Decimal 223 62 27 0 0.72 0.88 0.13 10.71 0.78 0.49
Hex DF 3E 1B 0 48 58 D B 4E 31
Octal 337 76 33 0 110 130 15 13 116 61
Binary 11011111 111110 11011 0 1001000 1011000 1101 1011 1001110 110001

Color Harmonies of #DF3E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3E1B

Black with #DF3E1B

Text Example


Text Example

White with #DF3E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3E1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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