Html Css Color HEX #D61B0E Harley Davidson Orange

📋 copy color: '#D61B0E'

red 214 ◦ green 27 ◦ blue 14

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

Shades of Harley Davidson Orange #D61B0E

Tints of Harley Davidson Orange #D61B0E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.59%

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

R = 83.92%
G = 10.59%
B = 5.49%

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

#D61B0E (or 0xD61B0E) is known color: Harley Davidson Orange. HEX triplet: D6, 1B and 0E. RGB value is (214,27,14). Sum of RGB (Red+Green+Blue) = 214+27+14=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 27 (10.94% from 255 or 10.59% from 255); Blue value is 14 (5.86% from 255 or 5.49% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61B0E is #29E4F1. Grayscale: #515151. Windows color (decimal): -2745586 or 924630. OLE color: 924630.

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

Color convert

RGB 214 27 14 -
CMYK 0 0.87 0.93 0.16
HSL 3.9º 0.88% 0.45% -
HSV(B) 3.9º 0.93% 0.84% -
XYZ 28.2 15.11 1.85 -
YUV 81.43 89.95 222.56 -
System Red Green Blue C M Y K H S L
Decimal 214 27 14 0 0.87 0.93 0.16 3.9 0.88 0.45
Hex D6 1B E 0 57 5D 10 4 58 2D
Octal 326 33 16 0 127 135 20 4 130 55
Binary 11010110 11011 1110 0 1010111 1011101 10000 100 1011000 101101

Color Harmonies of #D61B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B0E

Black with #D61B0E

Text Example


Text Example

White with #D61B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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