Html Css Color HEX #DC300C Harley Davidson Orange

📋 copy color: '#DC300C'

red 220 ◦ green 48 ◦ blue 12

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

Shades of Harley Davidson Orange #DC300C

Tints of Harley Davidson Orange #DC300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.14%

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

R = 78.57%
G = 17.14%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC300C (or 0xDC300C) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 0C. RGB value is (220,48,12). Sum of RGB (Red+Green+Blue) = 220+48+12=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 48 (19.14% from 255 or 17.14% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC300C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC300C is #23CFF3. Grayscale: #5F5F5F. Windows color (decimal): -2346996 or 798940. OLE color: 798940.

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

Color convert

RGB 220 48 12 -
CMYK 0 0.78 0.95 0.14
HSL 10.38º 0.9% 0.45% -
HSV(B) 10.38º 0.95% 0.86% -
XYZ 30.64 17.36 2.08 -
YUV 95.32 80.98 216.93 -
System Red Green Blue C M Y K H S L
Decimal 220 48 12 0 0.78 0.95 0.14 10.38 0.9 0.45
Hex DC 30 C 0 4E 5F E A 5A 2D
Octal 334 60 14 0 116 137 16 12 132 55
Binary 11011100 110000 1100 0 1001110 1011111 1110 1010 1011010 101101

Color Harmonies of #DC300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC300C

Black with #DC300C

Text Example


Text Example

White with #DC300C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC300C; }

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

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

background-color css

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

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

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

border-color css

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

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

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