Html Css Color HEX #DC241C Harley Davidson Orange

📋 copy color: '#DC241C'

red 220 ◦ green 36 ◦ blue 28

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

Shades of Harley Davidson Orange #DC241C

Tints of Harley Davidson Orange #DC241C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 77.46%
G = 12.68%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC241C (or 0xDC241C) is known color: Harley Davidson Orange. HEX triplet: DC, 24 and 1C. RGB value is (220,36,28). Sum of RGB (Red+Green+Blue) = 220+36+28=284 (37% of max value = 765). Red value is 220 (86.33% from 255 or 77.46% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 220 - color contains mainly: red. Hex color #DC241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC241C is #23DBE3. Grayscale: #5A5A5A. Windows color (decimal): -2350052 or 1844444. OLE color: 1844444.

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

Color convert

RGB 220 36 28 -
CMYK 0 0.84 0.87 0.14
HSL 2.5º 0.77% 0.49% -
HSV(B) 2.5º 0.87% 0.86% -
XYZ 30.36 16.56 2.7 -
YUV 90.1 92.96 220.65 -
System Red Green Blue C M Y K H S L
Decimal 220 36 28 0 0.84 0.87 0.14 2.5 0.77 0.49
Hex DC 24 1C 0 54 57 E 2 4D 31
Octal 334 44 34 0 124 127 16 2 115 61
Binary 11011100 100100 11100 0 1010100 1010111 1110 10 1001101 110001

Color Harmonies of #DC241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC241C

Black with #DC241C

Text Example


Text Example

White with #DC241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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