Html Css Color HEX #C53204 Harley Davidson Orange

📋 copy color: '#C53204'

red 197 ◦ green 50 ◦ blue 4

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

Shades of Harley Davidson Orange #C53204

Tints of Harley Davidson Orange #C53204

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.92%

 BLUE value IS 4 (1.95% from 255) = 1.59%

R = 78.49%
G = 19.92%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C53204 (or 0xC53204) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 04. RGB value is (197,50,4). Sum of RGB (Red+Green+Blue) = 197+50+4=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 50 (19.92% from 255 or 19.92% from 251); Blue value is 4 (1.95% from 255 or 1.59% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C53204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53204 is #3ACDFB. Grayscale: #595959. Windows color (decimal): -3853820 or 275141. OLE color: 275141.

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

Color convert

RGB 197 50 4 -
CMYK 0 0.75 0.98 0.23
HSL 14.3º 0.96% 0.39% -
HSV(B) 14.3º 0.98% 0.77% -
XYZ 24.19 14.16 1.57 -
YUV 88.71 80.2 205.24 -
System Red Green Blue C M Y K H S L
Decimal 197 50 4 0 0.75 0.98 0.23 14.3 0.96 0.39
Hex C5 32 4 0 4B 62 17 E 60 27
Octal 305 62 4 0 113 142 27 16 140 47
Binary 11000101 110010 100 0 1001011 1100010 10111 1110 1100000 100111

Color Harmonies of #C53204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53204

Black with #C53204

Text Example


Text Example

White with #C53204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53204; }

 p { color: rgb(197,50,4); }

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

background-color css

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

 a { background-color: rgb(197,50,4); }

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

border-color css

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

 span { border-color: rgb(197,50,4); }

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