Html Css Color HEX #DF360A Harley Davidson Orange

📋 copy color: '#DF360A'

red 223 ◦ green 54 ◦ blue 10

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

Shades of Harley Davidson Orange #DF360A

Tints of Harley Davidson Orange #DF360A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.48%

R = 77.7%
G = 18.82%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DF360A (or 0xDF360A) is known color: Harley Davidson Orange. HEX triplet: DF, 36 and 0A. RGB value is (223,54,10). Sum of RGB (Red+Green+Blue) = 223+54+10=287 (38% of max value = 765). Red value is 223 (87.5% from 255 or 77.70% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 10 (4.30% from 255 or 3.48% from 287); Max value from RGB is 223 - color contains mainly: red. Hex color #DF360A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF360A is #20C9F5. Grayscale: #636363. Windows color (decimal): -2148854 or 669407. OLE color: 669407.

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

Color convert

RGB 223 54 10 -
CMYK 0 0.76 0.96 0.13
HSL 12.39º 0.91% 0.46% -
HSV(B) 12.39º 0.96% 0.87% -
XYZ 31.81 18.35 2.15 -
YUV 99.52 77.49 216.08 -
System Red Green Blue C M Y K H S L
Decimal 223 54 10 0 0.76 0.96 0.13 12.39 0.91 0.46
Hex DF 36 A 0 4C 60 D C 5B 2E
Octal 337 66 12 0 114 140 15 14 133 56
Binary 11011111 110110 1010 0 1001100 1100000 1101 1100 1011011 101110

Color Harmonies of #DF360A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF360A

Black with #DF360A

Text Example


Text Example

White with #DF360A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF360A; }

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

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

background-color css

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

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

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

border-color css

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

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

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