Html Css Color HEX #D1231C Harley Davidson Orange

📋 copy color: '#D1231C'

red 209 ◦ green 35 ◦ blue 28

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

Shades of Harley Davidson Orange #D1231C

Tints of Harley Davidson Orange #D1231C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 76.84%
G = 12.87%
B = 10.29%

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

#D1231C (or 0xD1231C) is known color: Harley Davidson Orange. HEX triplet: D1, 23 and 1C. RGB value is (209,35,28). Sum of RGB (Red+Green+Blue) = 209+35+28=272 (36% of max value = 765). Red value is 209 (82.03% from 255 or 76.84% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 209 - color contains mainly: red. Hex color #D1231C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1231C is #2EDCE3. Grayscale: #565656. Windows color (decimal): -3071204 or 1844177. OLE color: 1844177.

HSL color Cylindrical-coordinate representation of color #D1231C: hue angle of 2.32º 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 #D1231C is Cyan = 0, Magento = 0.83, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 35 28 -
CMYK 0 0.83 0.87 0.18
HSL 2.32º 0.76% 0.46% -
HSV(B) 2.32º 0.87% 0.82% -
XYZ 27.11 14.84 2.53 -
YUV 86.23 95.15 215.57 -
System Red Green Blue C M Y K H S L
Decimal 209 35 28 0 0.83 0.87 0.18 2.32 0.76 0.46
Hex D1 23 1C 0 53 57 12 2 4C 2E
Octal 321 43 34 0 123 127 22 2 114 56
Binary 11010001 100011 11100 0 1010011 1010111 10010 10 1001100 101110

Color Harmonies of #D1231C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1231C

Black with #D1231C

Text Example


Text Example

White with #D1231C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1231C; }

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

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

background-color css

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

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

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

border-color css

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

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

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