Html Css Color HEX #DC241E Harley Davidson Orange

📋 copy color: '#DC241E'

red 220 ◦ green 36 ◦ blue 30

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

Shades of Harley Davidson Orange #DC241E

Tints of Harley Davidson Orange #DC241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.59%

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

R = 76.92%
G = 12.59%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#DC241E (or 0xDC241E) is known color: Harley Davidson Orange. HEX triplet: DC, 24 and 1E. RGB value is (220,36,30). Sum of RGB (Red+Green+Blue) = 220+36+30=286 (37% of max value = 765). Red value is 220 (86.33% from 255 or 76.92% from 286); Green value is 36 (14.45% from 255 or 12.59% from 286); Blue value is 30 (12.11% from 255 or 10.49% from 286); Max value from RGB is 220 - color contains mainly: red. Hex color #DC241E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC241E is #23DBE1. Grayscale: #5A5A5A. Windows color (decimal): -2350050 or 1975516. OLE color: 1975516.

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

Color convert

RGB 220 36 30 -
CMYK 0 0.84 0.86 0.14
HSL 1.89º 0.76% 0.49% -
HSV(B) 1.89º 0.86% 0.86% -
XYZ 30.38 16.57 2.83 -
YUV 90.33 93.96 220.49 -
System Red Green Blue C M Y K H S L
Decimal 220 36 30 0 0.84 0.86 0.14 1.89 0.76 0.49
Hex DC 24 1E 0 54 56 E 2 4C 31
Octal 334 44 36 0 124 126 16 2 114 61
Binary 11011100 100100 11110 0 1010100 1010110 1110 10 1001100 110001

Color Harmonies of #DC241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC241E

Black with #DC241E

Text Example


Text Example

White with #DC241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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