Html Css Color HEX #C8471A Harley Davidson Orange

📋 copy color: '#C8471A'

red 200 ◦ green 71 ◦ blue 26

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

Shades of Harley Davidson Orange #C8471A

Tints of Harley Davidson Orange #C8471A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.91%

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

R = 67.34%
G = 23.91%
B = 8.75%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8471A (or 0xC8471A) is known color: Harley Davidson Orange. HEX triplet: C8, 47 and 1A. RGB value is (200,71,26). Sum of RGB (Red+Green+Blue) = 200+71+26=297 (39% of max value = 765). Red value is 200 (78.52% from 255 or 67.34% from 297); Green value is 71 (28.12% from 255 or 23.91% from 297); Blue value is 26 (10.55% from 255 or 8.75% from 297); Max value from RGB is 200 - color contains mainly: red. Hex color #C8471A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8471A is #37B8E5. Grayscale: #686868. Windows color (decimal): -3651814 or 1722312. OLE color: 1722312.

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

Color convert

RGB 200 71 26 -
CMYK 0 0.64 0.87 0.22
HSL 15.52º 0.77% 0.44% -
HSV(B) 15.52º 0.87% 0.78% -
XYZ 26.26 16.86 2.85 -
YUV 104.44 83.74 196.16 -
System Red Green Blue C M Y K H S L
Decimal 200 71 26 0 0.64 0.87 0.22 15.52 0.77 0.44
Hex C8 47 1A 0 40 57 16 10 4D 2C
Octal 310 107 32 0 100 127 26 20 115 54
Binary 11001000 1000111 11010 0 1000000 1010111 10110 10000 1001101 101100

Color Harmonies of #C8471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8471A

Black with #C8471A

Text Example


Text Example

White with #C8471A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8471A; }

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

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

background-color css

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

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

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

border-color css

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

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

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