Html Css Color HEX #DF3D12 Harley Davidson Orange

📋 copy color: '#DF3D12'

red 223 ◦ green 61 ◦ blue 18

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

Shades of Harley Davidson Orange #DF3D12

Tints of Harley Davidson Orange #DF3D12

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.2%

 BLUE value IS 18 (7.42% from 255) = 5.96%

R = 73.84%
G = 20.2%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DF3D12 (or 0xDF3D12) is known color: Harley Davidson Orange. HEX triplet: DF, 3D and 12. RGB value is (223,61,18). Sum of RGB (Red+Green+Blue) = 223+61+18=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF3D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF3D12 is #20C2ED. Grayscale: #686868. Windows color (decimal): -2147054 or 1195487. OLE color: 1195487.

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

Color convert

RGB 223 61 18 -
CMYK 0 0.73 0.92 0.13
HSL 12.59º 0.85% 0.47% -
HSV(B) 12.59º 0.92% 0.87% -
XYZ 32.21 19.07 2.56 -
YUV 104.54 79.17 212.5 -
System Red Green Blue C M Y K H S L
Decimal 223 61 18 0 0.73 0.92 0.13 12.59 0.85 0.47
Hex DF 3D 12 0 49 5C D D 55 2F
Octal 337 75 22 0 111 134 15 15 125 57
Binary 11011111 111101 10010 0 1001001 1011100 1101 1101 1010101 101111

Color Harmonies of #DF3D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF3D12

Black with #DF3D12

Text Example


Text Example

White with #DF3D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF3D12; }

 p { color: rgb(223,61,18); }

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

background-color css

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

 a { background-color: rgb(223,61,18); }

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

border-color css

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

 span { border-color: rgb(223,61,18); }

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