Html Css Color HEX #DC290C Harley Davidson Orange

📋 copy color: '#DC290C'

red 220 ◦ green 41 ◦ blue 12

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

Shades of Harley Davidson Orange #DC290C

Tints of Harley Davidson Orange #DC290C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.02%

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

R = 80.59%
G = 15.02%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC290C (or 0xDC290C) is known color: Harley Davidson Orange. HEX triplet: DC, 29 and 0C. RGB value is (220,41,12). Sum of RGB (Red+Green+Blue) = 220+41+12=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC290C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC290C is #23D6F3. Grayscale: #5B5B5B. Windows color (decimal): -2348788 or 797148. OLE color: 797148.

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

Color convert

RGB 220 41 12 -
CMYK 0 0.81 0.95 0.14
HSL 8.37º 0.9% 0.45% -
HSV(B) 8.37º 0.95% 0.86% -
XYZ 30.37 16.83 2 -
YUV 91.22 83.3 219.86 -
System Red Green Blue C M Y K H S L
Decimal 220 41 12 0 0.81 0.95 0.14 8.37 0.9 0.45
Hex DC 29 C 0 51 5F E 8 5A 2D
Octal 334 51 14 0 121 137 16 10 132 55
Binary 11011100 101001 1100 0 1010001 1011111 1110 1000 1011010 101101

Color Harmonies of #DC290C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC290C

Black with #DC290C

Text Example


Text Example

White with #DC290C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC290C; }

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

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

background-color css

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

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

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

border-color css

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

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

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