Html Css Color HEX #C8351A Harley Davidson Orange

📋 copy color: '#C8351A'

red 200 ◦ green 53 ◦ blue 26

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

Shades of Harley Davidson Orange #C8351A

Tints of Harley Davidson Orange #C8351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19%

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

R = 71.68%
G = 19%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C8351A (or 0xC8351A) is known color: Harley Davidson Orange. HEX triplet: C8, 35 and 1A. RGB value is (200,53,26). Sum of RGB (Red+Green+Blue) = 200+53+26=279 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.68% from 279); Green value is 53 (21.09% from 255 or 19.00% from 279); Blue value is 26 (10.55% from 255 or 9.32% from 279); Max value from RGB is 200 - color contains mainly: red. Hex color #C8351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8351A is #37CAE5. Grayscale: #5E5E5E. Windows color (decimal): -3656422 or 1717704. OLE color: 1717704.

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

Color convert

RGB 200 53 26 -
CMYK 0 0.74 0.87 0.22
HSL 9.31º 0.77% 0.44% -
HSV(B) 9.31º 0.87% 0.78% -
XYZ 25.28 14.9 2.52 -
YUV 93.88 89.7 203.7 -
System Red Green Blue C M Y K H S L
Decimal 200 53 26 0 0.74 0.87 0.22 9.31 0.77 0.44
Hex C8 35 1A 0 4A 57 16 9 4D 2C
Octal 310 65 32 0 112 127 26 11 115 54
Binary 11001000 110101 11010 0 1001010 1010111 10110 1001 1001101 101100

Color Harmonies of #C8351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8351A

Black with #C8351A

Text Example


Text Example

White with #C8351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8351A; }

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

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

background-color css

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

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

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

border-color css

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

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

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