Html Css Color HEX #C53502 Harley Davidson Orange

📋 copy color: '#C53502'

red 197 ◦ green 53 ◦ blue 2

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

Shades of Harley Davidson Orange #C53502

Tints of Harley Davidson Orange #C53502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.79%

R = 78.17%
G = 21.03%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C53502 (or 0xC53502) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 02. RGB value is (197,53,2). Sum of RGB (Red+Green+Blue) = 197+53+2=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 53 (21.09% from 255 or 21.03% from 252); Blue value is 2 (1.17% from 255 or 0.79% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C53502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53502 is #3ACAFD. Grayscale: #5A5A5A. Windows color (decimal): -3853054 or 144837. OLE color: 144837.

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

Color convert

RGB 197 53 2 -
CMYK 0 0.73 0.99 0.23
HSL 15.69º 0.98% 0.39% -
HSV(B) 15.69º 0.99% 0.77% -
XYZ 24.31 14.42 1.56 -
YUV 90.24 78.21 204.15 -
System Red Green Blue C M Y K H S L
Decimal 197 53 2 0 0.73 0.99 0.23 15.69 0.98 0.39
Hex C5 35 2 0 49 63 17 10 62 27
Octal 305 65 2 0 111 143 27 20 142 47
Binary 11000101 110101 10 0 1001001 1100011 10111 10000 1100010 100111

Color Harmonies of #C53502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53502

Black with #C53502

Text Example


Text Example

White with #C53502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53502; }

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

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

background-color css

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

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

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

border-color css

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

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

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