Html Css Color HEX #D61F0B Harley Davidson Orange

📋 copy color: '#D61F0B'

red 214 ◦ green 31 ◦ blue 11

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

Shades of Harley Davidson Orange #D61F0B

Tints of Harley Davidson Orange #D61F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.3%

R = 83.59%
G = 12.11%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D61F0B (or 0xD61F0B) is known color: Harley Davidson Orange. HEX triplet: D6, 1F and 0B. RGB value is (214,31,11). Sum of RGB (Red+Green+Blue) = 214+31+11=256 (33% of max value = 765). Red value is 214 (83.98% from 255 or 83.59% from 256); Green value is 31 (12.5% from 255 or 12.11% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 214 - color contains mainly: red. Hex color #D61F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61F0B is #29E0F4. Grayscale: #535353. Windows color (decimal): -2744565 or 729046. OLE color: 729046.

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

Color convert

RGB 214 31 11 -
CMYK 0 0.86 0.95 0.16
HSL 5.91º 0.9% 0.44% -
HSV(B) 5.91º 0.95% 0.84% -
XYZ 28.28 15.3 1.78 -
YUV 83.44 87.13 221.13 -
System Red Green Blue C M Y K H S L
Decimal 214 31 11 0 0.86 0.95 0.16 5.91 0.9 0.44
Hex D6 1F B 0 56 5F 10 6 5A 2C
Octal 326 37 13 0 126 137 20 6 132 54
Binary 11010110 11111 1011 0 1010110 1011111 10000 110 1011010 101100

Color Harmonies of #D61F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61F0B

Black with #D61F0B

Text Example


Text Example

White with #D61F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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