Html Css Color HEX #C6310B Harley Davidson Orange

📋 copy color: '#C6310B'

red 198 ◦ green 49 ◦ blue 11

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

Shades of Harley Davidson Orange #C6310B

Tints of Harley Davidson Orange #C6310B

RGB

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

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

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

R = 76.74%
G = 18.99%
B = 4.26%

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

#C6310B (or 0xC6310B) is known color: Harley Davidson Orange. HEX triplet: C6, 31 and 0B. RGB value is (198,49,11). Sum of RGB (Red+Green+Blue) = 198+49+11=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 49 (19.53% from 255 or 18.99% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C6310B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C6310B is #39CEF4. Grayscale: #595959. Windows color (decimal): -3788533 or 733638. OLE color: 733638.

HSL color Cylindrical-coordinate representation of color #C6310B: hue angle of 12.19º 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 #C6310B is Cyan = 0, Magento = 0.75, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 49 11 -
CMYK 0 0.75 0.94 0.22
HSL 12.19º 0.89% 0.41% -
HSV(B) 12.19º 0.94% 0.78% -
XYZ 24.45 14.23 1.77 -
YUV 89.22 83.86 205.59 -
System Red Green Blue C M Y K H S L
Decimal 198 49 11 0 0.75 0.94 0.22 12.19 0.89 0.41
Hex C6 31 B 0 4B 5E 16 C 59 29
Octal 306 61 13 0 113 136 26 14 131 51
Binary 11000110 110001 1011 0 1001011 1011110 10110 1100 1011001 101001

Color Harmonies of #C6310B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6310B

Black with #C6310B

Text Example


Text Example

White with #C6310B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6310B; }

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

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

background-color css

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

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

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

border-color css

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

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

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