Html Css Color HEX #D61F13 Harley Davidson Orange

📋 copy color: '#D61F13'

red 214 ◦ green 31 ◦ blue 19

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

Shades of Harley Davidson Orange #D61F13

Tints of Harley Davidson Orange #D61F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.74%

 BLUE value IS 19 (7.81% from 255) = 7.2%

R = 81.06%
G = 11.74%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D61F13 (or 0xD61F13) is known color: Harley Davidson Orange. HEX triplet: D6, 1F and 13. RGB value is (214,31,19). Sum of RGB (Red+Green+Blue) = 214+31+19=264 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.06% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 19 (7.81% from 255 or 7.20% from 264); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61F13 is #29E0EC. Grayscale: #545454. Windows color (decimal): -2744557 or 1253334. OLE color: 1253334.

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

Color convert

RGB 214 31 19 -
CMYK 0 0.86 0.91 0.16
HSL 3.69º 0.84% 0.46% -
HSV(B) 3.69º 0.91% 0.84% -
XYZ 28.34 15.32 2.08 -
YUV 84.35 91.13 220.48 -
System Red Green Blue C M Y K H S L
Decimal 214 31 19 0 0.86 0.91 0.16 3.69 0.84 0.46
Hex D6 1F 13 0 56 5B 10 4 54 2E
Octal 326 37 23 0 126 133 20 4 124 56
Binary 11010110 11111 10011 0 1010110 1011011 10000 100 1010100 101110

Color Harmonies of #D61F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F13

Black with #D61F13

Text Example


Text Example

White with #D61F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F13; }

 p { color: rgb(214,31,19); }

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

background-color css

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

 a { background-color: rgb(214,31,19); }

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

border-color css

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

 span { border-color: rgb(214,31,19); }

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