Html Css Color HEX #D6371B Harley Davidson Orange

📋 copy color: '#D6371B'

red 214 ◦ green 55 ◦ blue 27

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

Shades of Harley Davidson Orange #D6371B

Tints of Harley Davidson Orange #D6371B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.12%

R = 72.3%
G = 18.58%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D6371B (or 0xD6371B) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 1B. RGB value is (214,55,27). Sum of RGB (Red+Green+Blue) = 214+55+27=296 (39% of max value = 765). Red value is 214 (83.98% from 255 or 72.30% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 27 (10.94% from 255 or 9.12% from 296); Max value from RGB is 214 - color contains mainly: red. Hex color #D6371B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6371B is #29C8E4. Grayscale: #636363. Windows color (decimal): -2738405 or 1783766. OLE color: 1783766.

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

Color convert

RGB 214 55 27 -
CMYK 0 0.74 0.87 0.16
HSL 8.98º 0.78% 0.47% -
HSV(B) 8.98º 0.87% 0.84% -
XYZ 29.3 17.11 2.79 -
YUV 99.35 87.18 209.78 -
System Red Green Blue C M Y K H S L
Decimal 214 55 27 0 0.74 0.87 0.16 8.98 0.78 0.47
Hex D6 37 1B 0 4A 57 10 9 4E 2F
Octal 326 67 33 0 112 127 20 11 116 57
Binary 11010110 110111 11011 0 1001010 1010111 10000 1001 1001110 101111

Color Harmonies of #D6371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6371B

Black with #D6371B

Text Example


Text Example

White with #D6371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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