Html Css Color HEX #DF3C1A Harley Davidson Orange

📋 copy color: '#DF3C1A'

red 223 ◦ green 60 ◦ blue 26

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

Shades of Harley Davidson Orange #DF3C1A

Tints of Harley Davidson Orange #DF3C1A

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.42%

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

R = 72.17%
G = 19.42%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DF3C1A (or 0xDF3C1A) is known color: Harley Davidson Orange. HEX triplet: DF, 3C and 1A. RGB value is (223,60,26). Sum of RGB (Red+Green+Blue) = 223+60+26=309 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.17% from 309); Green value is 60 (23.83% from 255 or 19.42% from 309); Blue value is 26 (10.55% from 255 or 8.41% from 309); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF3C1A is #20C3E5. Grayscale: #696969. Windows color (decimal): -2147302 or 1719519. OLE color: 1719519.

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

Color convert

RGB 223 60 26 -
CMYK 0 0.73 0.88 0.13
HSL 10.36º 0.79% 0.49% -
HSV(B) 10.36º 0.88% 0.87% -
XYZ 32.23 18.99 2.94 -
YUV 104.86 83.5 212.26 -
System Red Green Blue C M Y K H S L
Decimal 223 60 26 0 0.73 0.88 0.13 10.36 0.79 0.49
Hex DF 3C 1A 0 49 58 D A 4F 31
Octal 337 74 32 0 111 130 15 12 117 61
Binary 11011111 111100 11010 0 1001001 1011000 1101 1010 1001111 110001

Color Harmonies of #DF3C1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3C1A

Black with #DF3C1A

Text Example


Text Example

White with #DF3C1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3C1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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