Html Css Color HEX #DF330C Harley Davidson Orange

📋 copy color: '#DF330C'

red 223 ◦ green 51 ◦ blue 12

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

Shades of Harley Davidson Orange #DF330C

Tints of Harley Davidson Orange #DF330C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

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

R = 77.97%
G = 17.83%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DF330C (or 0xDF330C) is known color: Harley Davidson Orange. HEX triplet: DF, 33 and 0C. RGB value is (223,51,12). Sum of RGB (Red+Green+Blue) = 223+51+12=286 (37% of max value = 765). Red value is 223 (87.5% from 255 or 77.97% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 223 - color contains mainly: red. Hex color #DF330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF330C is #20CCF3. Grayscale: #626262. Windows color (decimal): -2149620 or 799711. OLE color: 799711.

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

Color convert

RGB 223 51 12 -
CMYK 0 0.77 0.95 0.13
HSL 11.09º 0.9% 0.46% -
HSV(B) 11.09º 0.95% 0.87% -
XYZ 31.68 18.08 2.17 -
YUV 97.98 79.48 217.17 -
System Red Green Blue C M Y K H S L
Decimal 223 51 12 0 0.77 0.95 0.13 11.09 0.9 0.46
Hex DF 33 C 0 4D 5F D B 5A 2E
Octal 337 63 14 0 115 137 15 13 132 56
Binary 11011111 110011 1100 0 1001101 1011111 1101 1011 1011010 101110

Color Harmonies of #DF330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF330C

Black with #DF330C

Text Example


Text Example

White with #DF330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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