Html Css Color HEX #D61D0B Harley Davidson Orange

📋 copy color: '#D61D0B'

red 214 ◦ green 29 ◦ blue 11

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

Shades of Harley Davidson Orange #D61D0B

Tints of Harley Davidson Orange #D61D0B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.42%

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

R = 84.25%
G = 11.42%
B = 4.33%

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

#D61D0B (or 0xD61D0B) is known color: Harley Davidson Orange. HEX triplet: D6, 1D and 0B. RGB value is (214,29,11). Sum of RGB (Red+Green+Blue) = 214+29+11=254 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.25% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61D0B is #29E2F4. Grayscale: #525252. Windows color (decimal): -2745077 or 728534. OLE color: 728534.

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

Color convert

RGB 214 29 11 -
CMYK 0 0.86 0.95 0.16
HSL 5.32º 0.9% 0.44% -
HSV(B) 5.32º 0.95% 0.84% -
XYZ 28.23 15.2 1.76 -
YUV 82.26 87.79 221.96 -
System Red Green Blue C M Y K H S L
Decimal 214 29 11 0 0.86 0.95 0.16 5.32 0.9 0.44
Hex D6 1D B 0 56 5F 10 5 5A 2C
Octal 326 35 13 0 126 137 20 5 132 54
Binary 11010110 11101 1011 0 1010110 1011111 10000 101 1011010 101100

Color Harmonies of #D61D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61D0B

Black with #D61D0B

Text Example


Text Example

White with #D61D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61D0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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