Html Css Color HEX #C53714 Harley Davidson Orange

📋 copy color: '#C53714'

red 197 ◦ green 55 ◦ blue 20

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

Shades of Harley Davidson Orange #C53714

Tints of Harley Davidson Orange #C53714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.35%

R = 72.43%
G = 20.22%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C53714 (or 0xC53714) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 14. RGB value is (197,55,20). Sum of RGB (Red+Green+Blue) = 197+55+20=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 55 (21.88% from 255 or 20.22% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C53714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53714 is #3AC8EB. Grayscale: #5D5D5D. Windows color (decimal): -3852524 or 1324997. OLE color: 1324997.

HSL color Cylindrical-coordinate representation of color #C53714: hue angle of 11.86º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C53714 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 55 20 -
CMYK 0 0.72 0.90 0.23
HSL 11.86º 0.82% 0.43% -
HSV(B) 11.86º 0.9% 0.77% -
XYZ 24.52 14.65 2.2 -
YUV 93.47 86.54 201.85 -
System Red Green Blue C M Y K H S L
Decimal 197 55 20 0 0.72 0.90 0.23 11.86 0.82 0.43
Hex C5 37 14 0 48 5A 17 C 52 2B
Octal 305 67 24 0 110 132 27 14 122 53
Binary 11000101 110111 10100 0 1001000 1011010 10111 1100 1010010 101011

Color Harmonies of #C53714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53714

Black with #C53714

Text Example


Text Example

White with #C53714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53714; }

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

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

background-color css

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

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

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

border-color css

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

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

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