Html Css Color HEX #D61C0F Harley Davidson Orange

📋 copy color: '#D61C0F'

red 214 ◦ green 28 ◦ blue 15

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

Shades of Harley Davidson Orange #D61C0F

Tints of Harley Davidson Orange #D61C0F

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.89%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 83.27%
G = 10.89%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D61C0F (or 0xD61C0F) is known color: Harley Davidson Orange. HEX triplet: D6, 1C and 0F. RGB value is (214,28,15). Sum of RGB (Red+Green+Blue) = 214+28+15=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61C0F is #29E3F0. Grayscale: #525252. Windows color (decimal): -2745329 or 990422. OLE color: 990422.

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

Color convert

RGB 214 28 15 -
CMYK 0 0.87 0.93 0.16
HSL 3.92º 0.87% 0.45% -
HSV(B) 3.92º 0.93% 0.84% -
XYZ 28.23 15.16 1.89 -
YUV 82.13 90.12 222.06 -
System Red Green Blue C M Y K H S L
Decimal 214 28 15 0 0.87 0.93 0.16 3.92 0.87 0.45
Hex D6 1C F 0 57 5D 10 4 57 2D
Octal 326 34 17 0 127 135 20 4 127 55
Binary 11010110 11100 1111 0 1010111 1011101 10000 100 1010111 101101

Color Harmonies of #D61C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C0F

Black with #D61C0F

Text Example


Text Example

White with #D61C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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