Html Css Color HEX #D6371A Harley Davidson Orange

📋 copy color: '#D6371A'

red 214 ◦ green 55 ◦ blue 26

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

Shades of Harley Davidson Orange #D6371A

Tints of Harley Davidson Orange #D6371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.64%

 BLUE value IS 26 (10.55% from 255) = 8.81%

R = 72.54%
G = 18.64%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6371A (or 0xD6371A) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 1A. RGB value is (214,55,26). Sum of RGB (Red+Green+Blue) = 214+55+26=295 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.54% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 214 - color contains mainly: red. Hex color #D6371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6371A is #29C8E5. Grayscale: #636363. Windows color (decimal): -2738406 or 1718230. OLE color: 1718230.

HSL color Cylindrical-coordinate representation of color #D6371A: hue angle of 9.26º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6371A is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 55 26 -
CMYK 0 0.74 0.88 0.16
HSL 9.26º 0.78% 0.47% -
HSV(B) 9.26º 0.88% 0.84% -
XYZ 29.28 17.1 2.74 -
YUV 99.24 86.68 209.86 -
System Red Green Blue C M Y K H S L
Decimal 214 55 26 0 0.74 0.88 0.16 9.26 0.78 0.47
Hex D6 37 1A 0 4A 58 10 9 4E 2F
Octal 326 67 32 0 112 130 20 11 116 57
Binary 11010110 110111 11010 0 1001010 1011000 10000 1001 1001110 101111

Color Harmonies of #D6371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6371A

Black with #D6371A

Text Example


Text Example

White with #D6371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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