Html Css Color HEX #D61615 Harley Davidson Orange

📋 copy color: '#D61615'

red 214 ◦ green 22 ◦ blue 21

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

Shades of Harley Davidson Orange #D61615

Tints of Harley Davidson Orange #D61615

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.56%

 BLUE value IS 21 (8.59% from 255) = 8.17%

R = 83.27%
G = 8.56%
B = 8.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D61615 (or 0xD61615) is known color: Harley Davidson Orange. HEX triplet: D6, 16 and 15. RGB value is (214,22,21). Sum of RGB (Red+Green+Blue) = 214+22+21=257 (34% of max value = 765). Red value is 214 (83.98% from 255 or 83.27% from 257); Green value is 22 (8.98% from 255 or 8.56% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 214 - color contains mainly: red. Hex color #D61615 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61615 is #29E9EA. Grayscale: #4F4F4F. Windows color (decimal): -2746859 or 1382102. OLE color: 1382102.

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

Color convert

RGB 214 22 21 -
CMYK 0 0.90 0.90 0.16
HSL 0.31º 0.82% 0.46% -
HSV(B) 0.31º 0.9% 0.84% -
XYZ 28.15 14.92 2.11 -
YUV 79.29 95.11 224.08 -
System Red Green Blue C M Y K H S L
Decimal 214 22 21 0 0.90 0.90 0.16 0.31 0.82 0.46
Hex D6 16 15 0 5A 5A 10 0 52 2E
Octal 326 26 25 0 132 132 20 0 122 56
Binary 11010110 10110 10101 0 1011010 1011010 10000 0 1010010 101110

Color Harmonies of #D61615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61615

Black with #D61615

Text Example


Text Example

White with #D61615

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61615; }

 p { color: rgb(214,22,21); }

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

background-color css

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

 a { background-color: rgb(214,22,21); }

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

border-color css

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

 span { border-color: rgb(214,22,21); }

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