Html Css Color HEX #DC331E Harley Davidson Orange

📋 copy color: '#DC331E'

red 220 ◦ green 51 ◦ blue 30

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

Shades of Harley Davidson Orange #DC331E

Tints of Harley Davidson Orange #DC331E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.97%

R = 73.09%
G = 16.94%
B = 9.97%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC331E (or 0xDC331E) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 1E. RGB value is (220,51,30). Sum of RGB (Red+Green+Blue) = 220+51+30=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 30 (12.11% from 255 or 9.97% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC331E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC331E is #23CCE1. Grayscale: #636363. Windows color (decimal): -2346210 or 1979356. OLE color: 1979356.

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

Color convert

RGB 220 51 30 -
CMYK 0 0.77 0.86 0.14
HSL 6.63º 0.76% 0.49% -
HSV(B) 6.63º 0.86% 0.86% -
XYZ 30.93 17.68 3.01 -
YUV 99.14 88.99 214.21 -
System Red Green Blue C M Y K H S L
Decimal 220 51 30 0 0.77 0.86 0.14 6.63 0.76 0.49
Hex DC 33 1E 0 4D 56 E 7 4C 31
Octal 334 63 36 0 115 126 16 7 114 61
Binary 11011100 110011 11110 0 1001101 1010110 1110 111 1001100 110001

Color Harmonies of #DC331E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC331E

Black with #DC331E

Text Example


Text Example

White with #DC331E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC331E; }

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

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

background-color css

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

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

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

border-color css

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

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

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