Html Css Color HEX #C6310F Harley Davidson Orange

📋 copy color: '#C6310F'

red 198 ◦ green 49 ◦ blue 15

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

Shades of Harley Davidson Orange #C6310F

Tints of Harley Davidson Orange #C6310F

RGB

 RED value IS 198 (77.73% from 255) = 75.57%

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

 BLUE value IS 15 (6.25% from 255) = 5.73%

R = 75.57%
G = 18.7%
B = 5.73%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C6310F (or 0xC6310F) is known color: Harley Davidson Orange. HEX triplet: C6, 31 and 0F. RGB value is (198,49,15). Sum of RGB (Red+Green+Blue) = 198+49+15=262 (34% of max value = 765). Red value is 198 (77.73% from 255 or 75.57% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 15 (6.25% from 255 or 5.73% from 262); Max value from RGB is 198 - color contains mainly: red. Hex color #C6310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6310F is #39CEF0. Grayscale: #595959. Windows color (decimal): -3788529 or 995782. OLE color: 995782.

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

Color convert

RGB 198 49 15 -
CMYK 0 0.75 0.92 0.22
HSL 11.15º 0.86% 0.42% -
HSV(B) 11.15º 0.92% 0.78% -
XYZ 24.47 14.24 1.91 -
YUV 89.68 85.86 205.26 -
System Red Green Blue C M Y K H S L
Decimal 198 49 15 0 0.75 0.92 0.22 11.15 0.86 0.42
Hex C6 31 F 0 4B 5C 16 B 56 2A
Octal 306 61 17 0 113 134 26 13 126 52
Binary 11000110 110001 1111 0 1001011 1011100 10110 1011 1010110 101010

Color Harmonies of #C6310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6310F

Black with #C6310F

Text Example


Text Example

White with #C6310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6310F; }

 p { color: rgb(198,49,15); }

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

background-color css

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

 a { background-color: rgb(198,49,15); }

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

border-color css

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

 span { border-color: rgb(198,49,15); }

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