Html Css Color HEX #C7310C Harley Davidson Orange

📋 copy color: '#C7310C'

red 199 ◦ green 49 ◦ blue 12

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

Shades of Harley Davidson Orange #C7310C

Tints of Harley Davidson Orange #C7310C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 76.54%
G = 18.85%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7310C (or 0xC7310C) is known color: Harley Davidson Orange. HEX triplet: C7, 31 and 0C. RGB value is (199,49,12). Sum of RGB (Red+Green+Blue) = 199+49+12=260 (34% of max value = 765). Red value is 199 (78.12% from 255 or 76.54% from 260); Green value is 49 (19.53% from 255 or 18.85% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 199 - color contains mainly: red. Hex color #C7310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7310C is #38CEF3. Grayscale: #595959. Windows color (decimal): -3722996 or 799175. OLE color: 799175.

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

Color convert

RGB 199 49 12 -
CMYK 0 0.75 0.94 0.22
HSL 11.87º 0.89% 0.41% -
HSV(B) 11.87º 0.94% 0.78% -
XYZ 24.72 14.37 1.82 -
YUV 89.63 84.2 206.01 -
System Red Green Blue C M Y K H S L
Decimal 199 49 12 0 0.75 0.94 0.22 11.87 0.89 0.41
Hex C7 31 C 0 4B 5E 16 C 59 29
Octal 307 61 14 0 113 136 26 14 131 51
Binary 11000111 110001 1100 0 1001011 1011110 10110 1100 1011001 101001

Color Harmonies of #C7310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7310C

Black with #C7310C

Text Example


Text Example

White with #C7310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7310C; }

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

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

background-color css

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

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

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

border-color css

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

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

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