Html Css Color HEX #DC4313 Harley Davidson Orange

📋 copy color: '#DC4313'

red 220 ◦ green 67 ◦ blue 19

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

Shades of Harley Davidson Orange #DC4313

Tints of Harley Davidson Orange #DC4313

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

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

R = 71.9%
G = 21.9%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC4313 (or 0xDC4313) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 13. RGB value is (220,67,19). Sum of RGB (Red+Green+Blue) = 220+67+19=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 19 (7.81% from 255 or 6.21% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4313 is #23BCEC. Grayscale: #6B6B6B. Windows color (decimal): -2342125 or 1262556. OLE color: 1262556.

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

Color convert

RGB 220 67 19 -
CMYK 0 0.70 0.91 0.14
HSL 14.33º 0.84% 0.47% -
HSV(B) 14.33º 0.91% 0.86% -
XYZ 31.64 19.28 2.67 -
YUV 107.28 78.19 208.4 -
System Red Green Blue C M Y K H S L
Decimal 220 67 19 0 0.70 0.91 0.14 14.33 0.84 0.47
Hex DC 43 13 0 46 5B E E 54 2F
Octal 334 103 23 0 106 133 16 16 124 57
Binary 11011100 1000011 10011 0 1000110 1011011 1110 1110 1010100 101111

Color Harmonies of #DC4313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4313

Black with #DC4313

Text Example


Text Example

White with #DC4313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4313; }

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

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

background-color css

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

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

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

border-color css

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

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

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