Html Css Color HEX #C53504 Harley Davidson Orange

📋 copy color: '#C53504'

red 197 ◦ green 53 ◦ blue 4

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

Shades of Harley Davidson Orange #C53504

Tints of Harley Davidson Orange #C53504

RGB

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

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

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

R = 77.56%
G = 20.87%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C53504 (or 0xC53504) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 04. RGB value is (197,53,4). Sum of RGB (Red+Green+Blue) = 197+53+4=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 53 (21.09% from 255 or 20.87% from 254); Blue value is 4 (1.95% from 255 or 1.57% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C53504 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53504 is #3ACAFB. Grayscale: #5A5A5A. Windows color (decimal): -3853052 or 275909. OLE color: 275909.

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

Color convert

RGB 197 53 4 -
CMYK 0 0.73 0.98 0.23
HSL 15.23º 0.96% 0.39% -
HSV(B) 15.23º 0.98% 0.77% -
XYZ 24.32 14.43 1.62 -
YUV 90.47 79.21 203.98 -
System Red Green Blue C M Y K H S L
Decimal 197 53 4 0 0.73 0.98 0.23 15.23 0.96 0.39
Hex C5 35 4 0 49 62 17 F 60 27
Octal 305 65 4 0 111 142 27 17 140 47
Binary 11000101 110101 100 0 1001001 1100010 10111 1111 1100000 100111

Color Harmonies of #C53504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53504

Black with #C53504

Text Example


Text Example

White with #C53504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53504; }

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

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

background-color css

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

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

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

border-color css

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

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

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