Html Css Color HEX #C53108 Harley Davidson Orange

📋 copy color: '#C53108'

red 197 ◦ green 49 ◦ blue 8

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

Shades of Harley Davidson Orange #C53108

Tints of Harley Davidson Orange #C53108

RGB

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

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

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

R = 77.56%
G = 19.29%
B = 3.15%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C53108 (or 0xC53108) is known color: Harley Davidson Orange. HEX triplet: C5, 31 and 08. RGB value is (197,49,8). Sum of RGB (Red+Green+Blue) = 197+49+8=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C53108 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53108 is #3ACEF7. Grayscale: #585858. Windows color (decimal): -3854072 or 537029. OLE color: 537029.

HSL color Cylindrical-coordinate representation of color #C53108: hue angle of 13.02º 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 #C53108 is Cyan = 0, Magento = 0.75, Yellow = 0.96 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 49 8 -
CMYK 0 0.75 0.96 0.23
HSL 13.02º 0.92% 0.4% -
HSV(B) 13.02º 0.96% 0.77% -
XYZ 24.17 14.08 1.67 -
YUV 88.58 82.53 205.33 -
System Red Green Blue C M Y K H S L
Decimal 197 49 8 0 0.75 0.96 0.23 13.02 0.92 0.4
Hex C5 31 8 0 4B 60 17 D 5C 28
Octal 305 61 10 0 113 140 27 15 134 50
Binary 11000101 110001 1000 0 1001011 1100000 10111 1101 1011100 101000

Color Harmonies of #C53108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53108

Black with #C53108

Text Example


Text Example

White with #C53108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53108; }

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

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

background-color css

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

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

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

border-color css

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

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

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