Html Css Color HEX #D61E1C Harley Davidson Orange

📋 copy color: '#D61E1C'

red 214 ◦ green 30 ◦ blue 28

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

Shades of Harley Davidson Orange #D61E1C

Tints of Harley Davidson Orange #D61E1C

RGB

 RED value IS 214 (83.98% from 255) = 78.68%

 GREEN value IS 30 (12.11% from 255) = 11.03%

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

R = 78.68%
G = 11.03%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D61E1C (or 0xD61E1C) is known color: Harley Davidson Orange. HEX triplet: D6, 1E and 1C. RGB value is (214,30,28). Sum of RGB (Red+Green+Blue) = 214+30+28=272 (36% of max value = 765). Red value is 214 (83.98% from 255 or 78.68% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 28 (11.33% from 255 or 10.29% from 272); Max value from RGB is 214 - color contains mainly: red. Hex color #D61E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D61E1C is #29E1E3. Grayscale: #545454. Windows color (decimal): -2744804 or 1842902. OLE color: 1842902.

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

Color convert

RGB 214 30 28 -
CMYK 0 0.86 0.87 0.16
HSL 0.65º 0.77% 0.47% -
HSV(B) 0.65º 0.87% 0.84% -
XYZ 28.41 15.31 2.56 -
YUV 84.79 95.96 220.16 -
System Red Green Blue C M Y K H S L
Decimal 214 30 28 0 0.86 0.87 0.16 0.65 0.77 0.47
Hex D6 1E 1C 0 56 57 10 1 4D 2F
Octal 326 36 34 0 126 127 20 1 115 57
Binary 11010110 11110 11100 0 1010110 1010111 10000 1 1001101 101111

Color Harmonies of #D61E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61E1C

Black with #D61E1C

Text Example


Text Example

White with #D61E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61E1C; }

 p { color: rgb(214,30,28); }

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

background-color css

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

 a { background-color: rgb(214,30,28); }

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

border-color css

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

 span { border-color: rgb(214,30,28); }

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