Html Css Color HEX #D1241C Harley Davidson Orange

📋 copy color: '#D1241C'

red 209 ◦ green 36 ◦ blue 28

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

Shades of Harley Davidson Orange #D1241C

Tints of Harley Davidson Orange #D1241C

RGB

 RED value IS 209 (82.03% from 255) = 76.56%

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

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

R = 76.56%
G = 13.19%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D1241C (or 0xD1241C) is known color: Harley Davidson Orange. HEX triplet: D1, 24 and 1C. RGB value is (209,36,28). Sum of RGB (Red+Green+Blue) = 209+36+28=273 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.56% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 209 - color contains mainly: red. Hex color #D1241C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1241C is #2EDBE3. Grayscale: #575757. Windows color (decimal): -3070948 or 1844433. OLE color: 1844433.

HSL color Cylindrical-coordinate representation of color #D1241C: hue angle of 2.65º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D1241C is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 36 28 -
CMYK 0 0.83 0.87 0.18
HSL 2.65º 0.76% 0.46% -
HSV(B) 2.65º 0.87% 0.82% -
XYZ 27.13 14.9 2.54 -
YUV 86.82 94.81 215.15 -
System Red Green Blue C M Y K H S L
Decimal 209 36 28 0 0.83 0.87 0.18 2.65 0.76 0.46
Hex D1 24 1C 0 53 57 12 3 4C 2E
Octal 321 44 34 0 123 127 22 3 114 56
Binary 11010001 100100 11100 0 1010011 1010111 10010 11 1001100 101110

Color Harmonies of #D1241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1241C

Black with #D1241C

Text Example


Text Example

White with #D1241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1241C; }

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

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

background-color css

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

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

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

border-color css

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

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

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