Html Css Color HEX #D61814 Harley Davidson Orange

📋 copy color: '#D61814'

red 214 ◦ green 24 ◦ blue 20

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

Shades of Harley Davidson Orange #D61814

Tints of Harley Davidson Orange #D61814

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.3%

 BLUE value IS 20 (8.2% from 255) = 7.75%

R = 82.95%
G = 9.3%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#D61814 (or 0xD61814) is known color: Harley Davidson Orange. HEX triplet: D6, 18 and 14. RGB value is (214,24,20). Sum of RGB (Red+Green+Blue) = 214+24+20=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 20 (8.20% from 255 or 7.75% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D61814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61814 is #29E7EB. Grayscale: #505050. Windows color (decimal): -2746348 or 1317078. OLE color: 1317078.

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

Color convert

RGB 214 24 20 -
CMYK 0 0.89 0.91 0.16
HSL 1.24º 0.83% 0.46% -
HSV(B) 1.24º 0.91% 0.84% -
XYZ 28.18 15 2.07 -
YUV 80.35 93.95 223.33 -
System Red Green Blue C M Y K H S L
Decimal 214 24 20 0 0.89 0.91 0.16 1.24 0.83 0.46
Hex D6 18 14 0 59 5B 10 1 53 2E
Octal 326 30 24 0 131 133 20 1 123 56
Binary 11010110 11000 10100 0 1011001 1011011 10000 1 1010011 101110

Color Harmonies of #D61814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61814

Black with #D61814

Text Example


Text Example

White with #D61814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61814; }

 p { color: rgb(214,24,20); }

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

background-color css

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

 a { background-color: rgb(214,24,20); }

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

border-color css

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

 span { border-color: rgb(214,24,20); }

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