Html Css Color HEX #DF360C Harley Davidson Orange

📋 copy color: '#DF360C'

red 223 ◦ green 54 ◦ blue 12

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

Shades of Harley Davidson Orange #DF360C

Tints of Harley Davidson Orange #DF360C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

 BLUE value IS 12 (5.08% from 255) = 4.15%

R = 77.16%
G = 18.69%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF360C (or 0xDF360C) is known color: Harley Davidson Orange. HEX triplet: DF, 36 and 0C. RGB value is (223,54,12). Sum of RGB (Red+Green+Blue) = 223+54+12=289 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.16% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 12 (5.08% from 255 or 4.15% from 289); Max value from RGB is 223 - color contains mainly: red. Hex color #DF360C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF360C is #20C9F3. Grayscale: #646464. Windows color (decimal): -2148852 or 800479. OLE color: 800479.

HSL color Cylindrical-coordinate representation of color #DF360C: hue angle of 11.94º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF360C is Cyan = 0, Magento = 0.76, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 54 12 -
CMYK 0 0.76 0.95 0.13
HSL 11.94º 0.9% 0.46% -
HSV(B) 11.94º 0.95% 0.87% -
XYZ 31.82 18.35 2.21 -
YUV 99.74 78.49 215.92 -
System Red Green Blue C M Y K H S L
Decimal 223 54 12 0 0.76 0.95 0.13 11.94 0.9 0.46
Hex DF 36 C 0 4C 5F D C 5A 2E
Octal 337 66 14 0 114 137 15 14 132 56
Binary 11011111 110110 1100 0 1001100 1011111 1101 1100 1011010 101110

Color Harmonies of #DF360C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF360C

Black with #DF360C

Text Example


Text Example

White with #DF360C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF360C; }

 p { color: rgb(223,54,12); }

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

background-color css

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

 a { background-color: rgb(223,54,12); }

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

border-color css

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

 span { border-color: rgb(223,54,12); }

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