Html Css Color HEX #DC3213 Harley Davidson Orange

📋 copy color: '#DC3213'

red 220 ◦ green 50 ◦ blue 19

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

Shades of Harley Davidson Orange #DC3213

Tints of Harley Davidson Orange #DC3213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 19 (7.81% from 255) = 6.57%

R = 76.12%
G = 17.3%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC3213 (or 0xDC3213) is known color: Harley Davidson Orange. HEX triplet: DC, 32 and 13. RGB value is (220,50,19). Sum of RGB (Red+Green+Blue) = 220+50+19=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 19 (7.81% from 255 or 6.57% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3213 is #23CDEC. Grayscale: #616161. Windows color (decimal): -2346477 or 1258204. OLE color: 1258204.

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

Color convert

RGB 220 50 19 -
CMYK 0 0.77 0.91 0.14
HSL 9.25º 0.84% 0.47% -
HSV(B) 9.25º 0.91% 0.86% -
XYZ 30.77 17.54 2.38 -
YUV 97.3 83.82 215.52 -
System Red Green Blue C M Y K H S L
Decimal 220 50 19 0 0.77 0.91 0.14 9.25 0.84 0.47
Hex DC 32 13 0 4D 5B E 9 54 2F
Octal 334 62 23 0 115 133 16 11 124 57
Binary 11011100 110010 10011 0 1001101 1011011 1110 1001 1010100 101111

Color Harmonies of #DC3213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3213

Black with #DC3213

Text Example


Text Example

White with #DC3213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3213; }

 p { color: rgb(220,50,19); }

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

background-color css

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

 a { background-color: rgb(220,50,19); }

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

border-color css

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

 span { border-color: rgb(220,50,19); }

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