Html Css Color HEX #C53508 Harley Davidson Orange

📋 copy color: '#C53508'

red 197 ◦ green 53 ◦ blue 8

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

Shades of Harley Davidson Orange #C53508

Tints of Harley Davidson Orange #C53508

RGB

 RED value IS 197 (77.34% from 255) = 76.36%

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

 BLUE value IS 8 (3.52% from 255) = 3.1%

R = 76.36%
G = 20.54%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C53508 (or 0xC53508) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 08. RGB value is (197,53,8). Sum of RGB (Red+Green+Blue) = 197+53+8=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 8 (3.52% from 255 or 3.10% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C53508 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53508 is #3ACAF7. Grayscale: #5B5B5B. Windows color (decimal): -3853048 or 538053. OLE color: 538053.

HSL color Cylindrical-coordinate representation of color #C53508: hue angle of 14.29º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C53508 is Cyan = 0, Magento = 0.73, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 8 -
CMYK 0 0.73 0.96 0.23
HSL 14.29º 0.92% 0.4% -
HSV(B) 14.29º 0.96% 0.77% -
XYZ 24.34 14.43 1.73 -
YUV 90.93 81.21 203.66 -
System Red Green Blue C M Y K H S L
Decimal 197 53 8 0 0.73 0.96 0.23 14.29 0.92 0.4
Hex C5 35 8 0 49 60 17 E 5C 28
Octal 305 65 10 0 111 140 27 16 134 50
Binary 11000101 110101 1000 0 1001001 1100000 10111 1110 1011100 101000

Color Harmonies of #C53508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53508

Black with #C53508

Text Example


Text Example

White with #C53508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53508; }

 p { color: rgb(197,53,8); }

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

background-color css

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

 a { background-color: rgb(197,53,8); }

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

border-color css

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

 span { border-color: rgb(197,53,8); }

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