Html Css Color HEX #DC330C Harley Davidson Orange

📋 copy color: '#DC330C'

red 220 ◦ green 51 ◦ blue 12

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

Shades of Harley Davidson Orange #DC330C

Tints of Harley Davidson Orange #DC330C

RGB

 RED value IS 220 (86.33% from 255) = 77.74%

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

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

R = 77.74%
G = 18.02%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC330C (or 0xDC330C) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 0C. RGB value is (220,51,12). Sum of RGB (Red+Green+Blue) = 220+51+12=283 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.74% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 220 - color contains mainly: red. Hex color #DC330C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC330C is #23CCF3. Grayscale: #616161. Windows color (decimal): -2346228 or 799708. OLE color: 799708.

HSL color Cylindrical-coordinate representation of color #DC330C: hue angle of 11.25º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC330C is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 12 -
CMYK 0 0.77 0.95 0.14
HSL 11.25º 0.9% 0.45% -
HSV(B) 11.25º 0.95% 0.86% -
XYZ 30.77 17.61 2.13 -
YUV 97.09 79.99 215.67 -
System Red Green Blue C M Y K H S L
Decimal 220 51 12 0 0.77 0.95 0.14 11.25 0.9 0.45
Hex DC 33 C 0 4D 5F E B 5A 2D
Octal 334 63 14 0 115 137 16 13 132 55
Binary 11011100 110011 1100 0 1001101 1011111 1110 1011 1011010 101101

Color Harmonies of #DC330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC330C

Black with #DC330C

Text Example


Text Example

White with #DC330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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