Html Css Color HEX #C6311A Harley Davidson Orange

📋 copy color: '#C6311A'

red 198 ◦ green 49 ◦ blue 26

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

Shades of Harley Davidson Orange #C6311A

Tints of Harley Davidson Orange #C6311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.52%

R = 72.53%
G = 17.95%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C6311A (or 0xC6311A) is known color: Harley Davidson Orange. HEX triplet: C6, 31 and 1A. RGB value is (198,49,26). Sum of RGB (Red+Green+Blue) = 198+49+26=273 (36% of max value = 765). Red value is 198 (77.73% from 255 or 72.53% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 198 - color contains mainly: red. Hex color #C6311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6311A is #39CEE5. Grayscale: #5B5B5B. Windows color (decimal): -3788518 or 1716678. OLE color: 1716678.

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

Color convert

RGB 198 49 26 -
CMYK 0 0.75 0.87 0.22
HSL 8.02º 0.77% 0.44% -
HSV(B) 8.02º 0.87% 0.78% -
XYZ 24.57 14.28 2.44 -
YUV 90.93 91.36 204.37 -
System Red Green Blue C M Y K H S L
Decimal 198 49 26 0 0.75 0.87 0.22 8.02 0.77 0.44
Hex C6 31 1A 0 4B 57 16 8 4D 2C
Octal 306 61 32 0 113 127 26 10 115 54
Binary 11000110 110001 11010 0 1001011 1010111 10110 1000 1001101 101100

Color Harmonies of #C6311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6311A

Black with #C6311A

Text Example


Text Example

White with #C6311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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