Html Css Color HEX #D61F0C Harley Davidson Orange

📋 copy color: '#D61F0C'

red 214 ◦ green 31 ◦ blue 12

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

Shades of Harley Davidson Orange #D61F0C

Tints of Harley Davidson Orange #D61F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.67%

R = 83.27%
G = 12.06%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D61F0C (or 0xD61F0C) is known color: Harley Davidson Orange. HEX triplet: D6, 1F and 0C. RGB value is (214,31,12). Sum of RGB (Red+Green+Blue) = 214+31+12=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 31 (12.5% from 255 or 12.06% from 257); Blue value is 12 (5.08% from 255 or 4.67% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61F0C is #29E0F3. Grayscale: #535353. Windows color (decimal): -2744564 or 794582. OLE color: 794582.

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

Color convert

RGB 214 31 12 -
CMYK 0 0.86 0.94 0.16
HSL 5.64º 0.89% 0.44% -
HSV(B) 5.64º 0.94% 0.84% -
XYZ 28.29 15.3 1.81 -
YUV 83.55 87.63 221.04 -
System Red Green Blue C M Y K H S L
Decimal 214 31 12 0 0.86 0.94 0.16 5.64 0.89 0.44
Hex D6 1F C 0 56 5E 10 6 59 2C
Octal 326 37 14 0 126 136 20 6 131 54
Binary 11010110 11111 1100 0 1010110 1011110 10000 110 1011001 101100

Color Harmonies of #D61F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F0C

Black with #D61F0C

Text Example


Text Example

White with #D61F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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