Html Css Color HEX #DF3B1A Harley Davidson Orange

📋 copy color: '#DF3B1A'

red 223 ◦ green 59 ◦ blue 26

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

Shades of Harley Davidson Orange #DF3B1A

Tints of Harley Davidson Orange #DF3B1A

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.16%

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

R = 72.4%
G = 19.16%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF3B1A (or 0xDF3B1A) is known color: Harley Davidson Orange. HEX triplet: DF, 3B and 1A. RGB value is (223,59,26). Sum of RGB (Red+Green+Blue) = 223+59+26=308 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.40% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 26 (10.55% from 255 or 8.44% from 308); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3B1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3B1A is #20C4E5. Grayscale: #686868. Windows color (decimal): -2147558 or 1719263. OLE color: 1719263.

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

Color convert

RGB 223 59 26 -
CMYK 0 0.74 0.88 0.13
HSL 10.05º 0.79% 0.49% -
HSV(B) 10.05º 0.88% 0.87% -
XYZ 32.18 18.89 2.93 -
YUV 104.27 83.83 212.68 -
System Red Green Blue C M Y K H S L
Decimal 223 59 26 0 0.74 0.88 0.13 10.05 0.79 0.49
Hex DF 3B 1A 0 4A 58 D A 4F 31
Octal 337 73 32 0 112 130 15 12 117 61
Binary 11011111 111011 11010 0 1001010 1011000 1101 1010 1001111 110001

Color Harmonies of #DF3B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3B1A

Black with #DF3B1A

Text Example


Text Example

White with #DF3B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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