Html Css Color HEX #C53702 Harley Davidson Orange

📋 copy color: '#C53702'

red 197 ◦ green 55 ◦ blue 2

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

Shades of Harley Davidson Orange #C53702

Tints of Harley Davidson Orange #C53702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.65%

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

R = 77.56%
G = 21.65%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C53702 (or 0xC53702) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 02. RGB value is (197,55,2). Sum of RGB (Red+Green+Blue) = 197+55+2=254 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.56% from 254); Green value is 55 (21.88% from 255 or 21.65% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 197 - color contains mainly: red. Hex color #C53702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53702 is #3AC8FD. Grayscale: #5B5B5B. Windows color (decimal): -3852542 or 145349. OLE color: 145349.

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

Color convert

RGB 197 55 2 -
CMYK 0 0.72 0.99 0.23
HSL 16.31º 0.98% 0.39% -
HSV(B) 16.31º 0.99% 0.77% -
XYZ 24.4 14.61 1.59 -
YUV 91.42 77.54 203.31 -
System Red Green Blue C M Y K H S L
Decimal 197 55 2 0 0.72 0.99 0.23 16.31 0.98 0.39
Hex C5 37 2 0 48 63 17 10 62 27
Octal 305 67 2 0 110 143 27 20 142 47
Binary 11000101 110111 10 0 1001000 1100011 10111 10000 1100010 100111

Color Harmonies of #C53702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53702

Black with #C53702

Text Example


Text Example

White with #C53702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53702; }

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

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

background-color css

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

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

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

border-color css

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

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

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