Html Css Color HEX #D61A0F Harley Davidson Orange

📋 copy color: '#D61A0F'

red 214 ◦ green 26 ◦ blue 15

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

Shades of Harley Davidson Orange #D61A0F

Tints of Harley Davidson Orange #D61A0F

RGB

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

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

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

R = 83.92%
G = 10.2%
B = 5.88%

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

#D61A0F (or 0xD61A0F) is known color: Harley Davidson Orange. HEX triplet: D6, 1A and 0F. RGB value is (214,26,15). Sum of RGB (Red+Green+Blue) = 214+26+15=255 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.92% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 15 (6.25% from 255 or 5.88% from 255); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61A0F is #29E5F0. Grayscale: #515151. Windows color (decimal): -2745841 or 989910. OLE color: 989910.

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

Color convert

RGB 214 26 15 -
CMYK 0 0.88 0.93 0.16
HSL 3.32º 0.87% 0.45% -
HSV(B) 3.32º 0.93% 0.84% -
XYZ 28.19 15.07 1.87 -
YUV 80.96 90.78 222.89 -
System Red Green Blue C M Y K H S L
Decimal 214 26 15 0 0.88 0.93 0.16 3.32 0.87 0.45
Hex D6 1A F 0 58 5D 10 3 57 2D
Octal 326 32 17 0 130 135 20 3 127 55
Binary 11010110 11010 1111 0 1011000 1011101 10000 11 1010111 101101

Color Harmonies of #D61A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A0F

Black with #D61A0F

Text Example


Text Example

White with #D61A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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