Html Css Color HEX #D61A0E Harley Davidson Orange

📋 copy color: '#D61A0E'

red 214 ◦ green 26 ◦ blue 14

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

Shades of Harley Davidson Orange #D61A0E

Tints of Harley Davidson Orange #D61A0E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.24%

 BLUE value IS 14 (5.86% from 255) = 5.51%

R = 84.25%
G = 10.24%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D61A0E (or 0xD61A0E) is known color: Harley Davidson Orange. HEX triplet: D6, 1A and 0E. RGB value is (214,26,14). Sum of RGB (Red+Green+Blue) = 214+26+14=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 14 (5.86% from 255 or 5.51% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61A0E is #29E5F1. Grayscale: #515151. Windows color (decimal): -2745842 or 924374. OLE color: 924374.

HSL color Cylindrical-coordinate representation of color #D61A0E: hue angle of 3.6º degrees, saturation: 0.88, 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 #D61A0E is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 26 14 -
CMYK 0 0.88 0.93 0.16
HSL 3.6º 0.88% 0.45% -
HSV(B) 3.6º 0.93% 0.84% -
XYZ 28.18 15.07 1.84 -
YUV 80.84 90.28 222.98 -
System Red Green Blue C M Y K H S L
Decimal 214 26 14 0 0.88 0.93 0.16 3.6 0.88 0.45
Hex D6 1A E 0 58 5D 10 4 58 2D
Octal 326 32 16 0 130 135 20 4 130 55
Binary 11010110 11010 1110 0 1011000 1011101 10000 100 1011000 101101

Color Harmonies of #D61A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A0E

Black with #D61A0E

Text Example


Text Example

White with #D61A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A0E; }

 p { color: rgb(214,26,14); }

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

background-color css

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

 a { background-color: rgb(214,26,14); }

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

border-color css

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

 span { border-color: rgb(214,26,14); }

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