Html Css Color HEX #C8311A Harley Davidson Orange

📋 copy color: '#C8311A'

red 200 ◦ green 49 ◦ blue 26

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

Shades of Harley Davidson Orange #C8311A

Tints of Harley Davidson Orange #C8311A

RGB

 RED value IS 200 (78.52% from 255) = 72.73%

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

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

R = 72.73%
G = 17.82%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8311A (or 0xC8311A) is known color: Harley Davidson Orange. HEX triplet: C8, 31 and 1A. RGB value is (200,49,26). Sum of RGB (Red+Green+Blue) = 200+49+26=275 (36% of max value = 765). Red value is 200 (78.52% from 255 or 72.73% from 275); Green value is 49 (19.53% from 255 or 17.82% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 200 - color contains mainly: red. Hex color #C8311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8311A is #37CEE5. Grayscale: #5B5B5B. Windows color (decimal): -3657446 or 1716680. OLE color: 1716680.

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

Color convert

RGB 200 49 26 -
CMYK 0 0.76 0.87 0.22
HSL 7.93º 0.77% 0.44% -
HSV(B) 7.93º 0.87% 0.78% -
XYZ 25.1 14.55 2.46 -
YUV 91.53 91.03 205.37 -
System Red Green Blue C M Y K H S L
Decimal 200 49 26 0 0.76 0.87 0.22 7.93 0.77 0.44
Hex C8 31 1A 0 4C 57 16 8 4D 2C
Octal 310 61 32 0 114 127 26 10 115 54
Binary 11001000 110001 11010 0 1001100 1010111 10110 1000 1001101 101100

Color Harmonies of #C8311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8311A

Black with #C8311A

Text Example


Text Example

White with #C8311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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