Html Css Color HEX #C7311B Harley Davidson Orange

📋 copy color: '#C7311B'

red 199 ◦ green 49 ◦ blue 27

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

Shades of Harley Davidson Orange #C7311B

Tints of Harley Davidson Orange #C7311B

RGB

 RED value IS 199 (78.13% from 255) = 72.36%

 GREEN value IS 49 (19.53% from 255) = 17.82%

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

R = 72.36%
G = 17.82%
B = 9.82%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#C7311B (or 0xC7311B) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 1B. RGB value is (199,49,27). Sum of RGB (Red+Green+Blue) = 199+49+27=275 (36% of max value = 765). Red value is 199 (78.12% from 255 or 72.36% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 27 (10.94% from 255 or 9.82% from 275); Max value from RGB is 199 - color contains mainly: red. Hex color #C7311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7311B is #38CEE4. Grayscale: #5B5B5B. Windows color (decimal): -3722981 or 1782215. OLE color: 1782215.

HSL color Cylindrical-coordinate representation of color #C7311B: hue angle of 7.67º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C7311B is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 27 -
CMYK 0 0.75 0.86 0.22
HSL 7.67º 0.76% 0.44% -
HSV(B) 7.67º 0.86% 0.78% -
XYZ 24.85 14.42 2.51 -
YUV 91.34 91.7 204.79 -
System Red Green Blue C M Y K H S L
Decimal 199 49 27 0 0.75 0.86 0.22 7.67 0.76 0.44
Hex C7 31 1B 0 4B 56 16 8 4C 2C
Octal 307 61 33 0 113 126 26 10 114 54
Binary 11000111 110001 11011 0 1001011 1010110 10110 1000 1001100 101100

Color Harmonies of #C7311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7311B

Black with #C7311B

Text Example


Text Example

White with #C7311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7311B; }

 p { color: rgb(199,49,27); }

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

background-color css

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

 a { background-color: rgb(199,49,27); }

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

border-color css

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

 span { border-color: rgb(199,49,27); }

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