Html Css Color HEX #D6370B Harley Davidson Orange

📋 copy color: '#D6370B'

red 214 ◦ green 55 ◦ blue 11

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

Shades of Harley Davidson Orange #D6370B

Tints of Harley Davidson Orange #D6370B

RGB

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

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

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

R = 76.43%
G = 19.64%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D6370B (or 0xD6370B) is known color: Harley Davidson Orange. HEX triplet: D6, 37 and 0B. RGB value is (214,55,11). Sum of RGB (Red+Green+Blue) = 214+55+11=280 (37% of max value = 765). Red value is 214 (83.98% from 255 or 76.43% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 214 - color contains mainly: red. Hex color #D6370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6370B is #29C8F4. Grayscale: #616161. Windows color (decimal): -2738421 or 735190. OLE color: 735190.

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

Color convert

RGB 214 55 11 -
CMYK 0 0.74 0.95 0.16
HSL 13º 0.9% 0.44% -
HSV(B) 13º 0.95% 0.84% -
XYZ 29.16 17.05 2.07 -
YUV 97.53 79.18 211.08 -
System Red Green Blue C M Y K H S L
Decimal 214 55 11 0 0.74 0.95 0.16 13 0.9 0.44
Hex D6 37 B 0 4A 5F 10 D 5A 2C
Octal 326 67 13 0 112 137 20 15 132 54
Binary 11010110 110111 1011 0 1001010 1011111 10000 1101 1011010 101100

Color Harmonies of #D6370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6370B

Black with #D6370B

Text Example


Text Example

White with #D6370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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